Skip to content

Commit 429bd19

Browse files
committed
docs(github): add PR template
1 parent 7fc2ec0 commit 429bd19

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/pull_request_template.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
### Motivation / Background
2+
3+
<!--
4+
Describe why this Pull Request needs to be merged. What bug have you fixed? What feature have you added? Why is it important?
5+
If you are addressing a specific issue (a bug or a feature request), include "Closes #ISSUE" (replace with the issue number, remove the quotes) and the issue will be linked to this PR.
6+
-->
7+
8+
This Pull Request has been created because [REPLACE ME]
9+
10+
### Detail
11+
12+
This Pull Request changes [REPLACE ME]
13+
14+
### Additional information
15+
16+
<!-- Provide additional information such as benchmarks, reference to other repositories, screenshots or alternative solutions. -->
17+
18+
### Checklist
19+
20+
Before submitting the PR make sure the following are checked:
21+
22+
* [ ] This Pull Request is related to one change. Changes that are unrelated should be opened in separate PRs.
23+
* [ ] Commit message has a concise description of what changed and why.
24+
* [ ] Tests are added or updated if you fix a bug or add a feature.
25+
* [ ] Documentation has been added or updated if you add a feature or modify an existing one.
26+
* [ ] CHANGELOG files are updated for the changed libraries if there is a behavior change or additional feature (under the "Unreleased" heading if this is not a version change).
27+
* [ ] My changes don't introduce any linter rule violations.

0 commit comments

Comments
 (0)