Skip to content

Commit 60b8901

Browse files
committed
Add a Pull Request template
1 parent 5b04143 commit 60b8901

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## The Problem
2+
3+
[ What are you trying to solve? Why are you trying to solve it? ]
4+
5+
## The Solution
6+
7+
[ How are you fixing the problem? High-level explanation. ]
8+
9+
### Changes
10+
11+
[ A more detailed explanation of the solution to guide reviewers. Point out tricky or magic areas. ]
12+
13+
### Planned version bump
14+
15+
- Which: [ `MAJOR`, `MINOR`, `PATCH` ]
16+
- Why: [ non-breaking bug fix, doc change, test coverage, formatting, debugging, profiling, security fix, internal change, experimental change, non-breaking new functionality, breaking change, etc ]
17+
18+
### Links
19+
20+
* [ Any important other PRs, Issues, PRs, etc? ]
21+
22+
## Notes
23+
24+
[ @mentions for anyone who should be alerted to this PR ]
25+
26+
[ **Please assign reviewers if you want someone specific to review this** ]
27+
28+
[ **Please do not forget to add labels specific to this PR** ]

0 commit comments

Comments
 (0)