Skip to content

Commit 9a85b03

Browse files
committed
chore: add pull request template for contributions
1 parent 20639ac commit 9a85b03

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+
<!-- Thanks for sending a pull request! Make sure to follow the contributing guidelines. -->
2+
<!-- Important note, we may remove your pull request if you do not use this provided PR template correctly. -->
3+
4+
## Pull Request Type
5+
<!-- Please select what type of pull request this is: [x] -->
6+
- [ ] Bugfix
7+
- [ ] Feature Implementation
8+
- [ ] Documentation
9+
- [ ] Other
10+
11+
## Related issue
12+
<!-- Please link the issue your pull request is referring to. -->
13+
<!-- If this pull request fully resolves the relevant issue, put "closes" before the issue number. -->
14+
<!-- Example: "closes #123456". -->
15+
16+
## Description
17+
<!-- Please write a clear and concise description of what the pull request does. -->
18+
19+
## Screenshots <!-- If appropriate -->
20+
<!-- Please add before and after screenshots if there is a visible change. -->
21+
22+
## Testing <!-- for code that is not small enough to be easily understandable -->
23+
<!-- Has this pull request been tested? -->
24+
<!-- Please describe shortly how you tested it. -->
25+
<!-- Are there any ramifications remaining? -->
26+
27+
## Additional context
28+
<!-- Add any other context about the pull request here. -->

0 commit comments

Comments
 (0)