Skip to content

Commit c85cef0

Browse files
Added a Pull Request Template
1 parent a2a7b6c commit c85cef0

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: Documentation Pull Request
3+
about: Describe the changes in this documentation PR
4+
title: "[DOCS] "
5+
labels: documentation
6+
---
7+
8+
## Type of Change
9+
10+
<!-- Check the type of change you're submitting: -->
11+
12+
- [ ] New documentation page
13+
- [ ] Update to existing page
14+
- [ ] Fix (typo, broken link, etc.)
15+
- [ ] Content restructuring/organization
16+
- [ ] Other (please describe):
17+
18+
## Related Issue
19+
20+
<!-- If this PR resolves an open issue, please link it here. Use the full URL or the issue number. -->
21+
22+
Fixes: #issue_number
23+
Related to: #issue_number
24+
25+
## Description of Changes
26+
27+
<!--
28+
  Explain the changes you've made.
29+
  Include details about what was changed and why.
30+
  If this PR introduces a new page, describe its purpose.
31+
-->
32+
33+
## Screenshots (if applicable)
34+
35+
<!--
36+
  If your changes affect the visual layout or appearance,
37+
  include before-and-after screenshots.
38+
-->
39+
40+
## Checklist
41+
42+
<!-- Verify the following before submitting your PR: -->
43+
44+
- [ ] I have reviewed the [Contributing Guidelines](https://github.com/GaiaNet-AI/docs/blob/main/CONTRIBUTING.md) (if available).
45+
- [ ] My changes are focused on a single documentation topic.
46+
- [ ] I have checked for spelling and grammar errors.
47+
- [ ] I have previewed the changes locally to ensure they render correctly.
48+
- [ ] I have included any necessary updates to the sidebar or navigation.
49+
- [ ] I have also read the [Code Of Conduct](https://github.com/GaiaNet-AI/docs/blob/main/CODE_OF_CONDUCT.md)
50+
51+
## Additional Notes
52+
53+
<!-- Any additional information for reviewers? -->

0 commit comments

Comments
 (0)