Skip to content

Commit 96a3918

Browse files
authored
feat(pr) Add template (#525)
1 parent 585697e commit 96a3918

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.github/pull_request_template.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
## Description
2+
3+
<!-- Provide a clear and concise description of your documentation changes -->
4+
5+
## Type of Change
6+
7+
<!-- Check relevant options by putting an x in the brackets -->
8+
9+
- [ ] New Page
10+
- [ ] Page update/improvement
11+
- [ ] Fix typo/grammar
12+
- [ ] Restructure/reorganize content
13+
- [ ] Update links/references
14+
- [ ] Other (please describe):
15+
16+
## Areas Affected
17+
18+
## <!-- List the documentation sections/pages that have been modified -->
19+
20+
## Checklist
21+
22+
<!-- Check items by putting an x in the brackets -->
23+
24+
- [ ] I ran `pre-commit run --all-files` to check for linting errors
25+
- [ ] I have reviewed my changes for clarity and accuracy
26+
- [ ] All links are valid and working
27+
- [ ] Images (if any) are properly formatted and include alt text
28+
- [ ] Code examples (if any) are complete and functional
29+
- [ ] Content follows the established style guide
30+
- [ ] Changes are properly formatted in Markdown
31+
- [ ] Preview renders correctly in development environment
32+
33+
## Related Issues
34+
35+
<!-- Link any related issues using #issue_number -->
36+
37+
Closes #
38+
39+
## Additional Notes
40+
41+
<!-- Add any other context about your documentation changes -->
42+
43+
## Contributor Information
44+
45+
<!-- Please provide your contact information -->
46+
47+
- Name:
48+
- Email:
49+
50+
## Screenshots
51+
52+
<!-- If applicable, add screenshots to help explain your changes -->

0 commit comments

Comments
 (0)