Skip to content

Commit 57f05a3

Browse files
Add .github/PULL_REQUEST_TEMPLATE.md
1 parent af31f2f commit 57f05a3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!-- First of all, thank you for your contribution to this repository! -->
2+
3+
<!-- Please give the Pull Request a meaningful title for the release notes -->
4+
5+
### Brief summary of the change made
6+
7+
<!-- Please include `closes: #XXXX` to automatically close any corresponding issue when the pull request is merged. Alternatively if not fully closed you can say `makes progress on: #XXXX`.-->
8+
9+
### Are there any other side effects of this change that we should be aware of?
10+
11+
### Describe how you tested your changes?
12+
13+
<!-- For manual testing-please provide detailed steps, screenshots, etc.. -->
14+
<!-- If the repository provides unit tests, please add test cases covering the changes. -->
15+
16+
### Pull Request checklist
17+
18+
Please confirm you have completed any of the necessary steps below.
19+
20+
- [ ] Meaningful Pull Request title and description
21+
- [ ] Changes tested as described above
22+
- [ ] Added appropriate documentation for the change.
23+
- [ ] Created GitHub issues for any relevant followup/future enhancements if appropriate.

0 commit comments

Comments
 (0)