Skip to content

Commit fd70ceb

Browse files
committed
docs: add pull request template
1 parent 3323ca1 commit fd70ceb

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Pull Request
3+
about: Submit a code change for review
4+
5+
---
6+
# Pull Request
7+
8+
## Description
9+
10+
A clear and concise description of what this pull request changes.
11+
12+
## Motivation and Context
13+
14+
Why is this change required? What problem does it solve?
15+
16+
## How Has This Been Tested?
17+
18+
Please describe in detail how you tested your changes.
19+
20+
## Screenshots
21+
22+
If applicable, add screenshots to help explain your changes.
23+
24+
## Types of changes
25+
26+
What types of changes does your code introduce? Put an `x` in all the boxes that apply:
27+
28+
- [ ] Bug fix (non-breaking change which fixes an issue)
29+
- [ ] New feature (non-breaking change which adds functionality)
30+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
31+
- [ ] Documentation update
32+
- [ ] Other (please describe):
33+
34+
## Checklist
35+
36+
Put an `x` in all the boxes that apply:
37+
38+
- [ ] I have added tests that prove my fix is effective or that my feature works
39+
- [ ] I have added necessary documentation
40+
- [ ] My changes generate no new warnings
41+
- [ ] I have updated the README.md file if necessary

0 commit comments

Comments
 (0)