Skip to content

Commit d682dd4

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 9fb8a34 commit d682dd4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Description
2+
<!-- Please describe the changes you have made -->
3+
4+
## Related Issue
5+
<!-- Please link to the issue here: -->
6+
Fixes # (issue)
7+
8+
## Type of Change
9+
<!-- Please select the appropriate options by putting an x in the brackets -->
10+
- [ ] New content (notes, snippets)
11+
- [ ] Content improvement (updates, fixes, expansion)
12+
- [ ] Documentation update
13+
- [ ] Bug fix (non-breaking change which fixes an issue)
14+
- [ ] Infrastructure/tooling (CI, scripts, etc.)
15+
- [ ] Translation (i18n) - specify language: ______
16+
- [ ] Other (please describe):
17+
18+
## Checklist
19+
<!-- Please make sure to go through this checklist before submitting your PR -->
20+
- [ ] My content follows the style guidelines of this project
21+
- [ ] I have performed a self-review of my own content/code
22+
- [ ] I have included references/links where appropriate
23+
- [ ] My changes generate no new warnings or errors
24+
- [ ] I have checked formatting with markdownlint or similar tools
25+
- [ ] I have checked that all links are valid
26+
- [ ] For translations: I've followed the i18n folder structure (i18n/[language_code]/...)
27+
28+
## Additional Notes
29+
<!-- Any additional information that may be helpful for reviewers -->

0 commit comments

Comments
 (0)