You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] CI/Build (adds or updates a script, change in external dependencies)
18
+
19
+
## Dependency Change
20
+
If a new dependency is being added, please ensure that it adheres to the following guideline https://github.com/apimatic/apimatic-codegen/wiki/Policy-of-adding-new-dependencies-in-the-core-libraries
21
+
22
+
## Breaking change
23
+
If the PR is introducing a breaking change, please ensure that it adheres to the following guideline https://github.com/apimatic/apimatic-codegen/wiki/Guidelines-for-maintaining-core-libraries
24
+
25
+
## Testing
26
+
List the steps that were taken to test the changes
27
+
28
+
## Checklist
29
+
-[ ] My code follows the coding conventions
30
+
-[ ] I have performed a self-review of my own code
31
+
-[ ] I have commented my code, particularly in hard-to-understand areas
0 commit comments