diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..491120f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,72 @@ +--- +name: ✨ Documentation Feature Request +about: Suggest improvements for GaiaNet documentation +title: "[DOCS-FEATURE] " +labels: enhancement, documentation +assignees: "" +--- + +### What documentation improvement are you requesting? + + + +### Location of Suggested Change + + + +- [ ] New page (suggest title: \_\_\_\_) +- [ ] Existing page: [URL or file path] +- [ ] Navigation/sidebar +- [ ] Search functionality +- [ ] Code examples +- [ ] API reference +- [ ] Tutorials/guides +- [ ] Diagrams/visualizations +- [ ] Other: + +### Which GaiaNet component does this affect? + + + +- [ ] General documentation +- [ ] Node operator docs +- [ ] Developer docs +- [ ] API documentation +- [ ] CLI reference +- [ ] Tutorials +- [ ] Architecture overviews + +### Why is this needed? + + + +### Proposed Content + + + +### Additional Context + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..7b3ada86 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,53 @@ +--- +name: Documentation Pull Request +about: Describe the changes in this documentation PR +title: "[DOCS] " +labels: documentation +--- + +## Type of Change + + + +- [ ] New documentation page +- [ ] Update to existing page +- [ ] Fix (typo, broken link, etc.) +- [ ] Content restructuring/organization +- [ ] Other (please describe): + +## Related Issue + + + +Fixes: #issue_number +Related to: #issue_number + +## Description of Changes + + + +## Screenshots (if applicable) + + + +## Checklist + + + +- [ ] I have reviewed the [Contributing Guidelines](https://github.com/GaiaNet-AI/docs/blob/main/CONTRIBUTING.md) (if available). +- [ ] My changes are focused on a single documentation topic. +- [ ] I have checked for spelling and grammar errors. +- [ ] I have previewed the changes locally to ensure they render correctly. +- [ ] I have included any necessary updates to the sidebar or navigation. +- [ ] I have also read the [Code Of Conduct](https://github.com/GaiaNet-AI/docs/blob/main/CODE_OF_CONDUCT.md) + +## Additional Notes + +