Skip to content

Commit 3d696b1

Browse files
ci: add pr review template (#22)
Co-authored-by: Asad Ali <[email protected]>
1 parent e7b0c7f commit 3d696b1

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/pull_request_template.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## What
2+
Write a summary of the changes made in the PR.
3+
4+
## Why
5+
Exlpain the reasons for the changes.
6+
7+
## Type of change
8+
Select multiple if applicable.
9+
10+
- [ ] Bug fix (non-breaking change which fixes an issue)
11+
- [ ] New feature (non-breaking change which adds functionality)
12+
- [ ] Breaking change (fix or feature that would cause a breaking change)
13+
- [ ] Tests (adds or updates tests)
14+
- [ ] Documentation (adds or updates documentation)
15+
- [ ] Refactor (style improvements, performance improvements, code refactoring)
16+
- [ ] Revert (reverts a commit)
17+
- [ ] 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
32+
- [ ] I have added new unit tests

0 commit comments

Comments
 (0)