Skip to content

Commit 54a67b6

Browse files
committed
Update pr template
1 parent 0e69149 commit 54a67b6

2 files changed

Lines changed: 29 additions & 27 deletions

File tree

.github/pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Proposed changes
2+
3+
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
4+
If it fixes a bug or resolves a feature request, be sure to link to that issue.
5+
6+
## Types of changes
7+
8+
What types of changes does your code introduce to this project?
9+
_Put an `x` in the boxes that apply_
10+
11+
- [ ] Bugfix (non-breaking change which fixes an issue)
12+
- [ ] New feature (non-breaking change which adds functionality)
13+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14+
- [ ] Documentation Update (if none of the other choices apply)
15+
16+
## Checklist
17+
18+
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of
19+
them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before
20+
merging your code._
21+
22+
- [ ] I have read the CONTRIBUTING.md
23+
- [ ] I have added tests that prove my fix is effective or that my feature works
24+
- [ ] I have added necessary documentation (if appropriate)
25+
26+
## Further comments
27+
28+
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you
29+
did and what alternatives you considered, etc...

.github/pull_request_template.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)