diff --git a/.github/PULL_REQUEST_TEMPLATE/code-pr-template.md b/.github/PULL_REQUEST_TEMPLATE/code-pr-template.md new file mode 100644 index 00000000..eafc067c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/code-pr-template.md @@ -0,0 +1,53 @@ +## πŸ“Œ Description + + + +--- + +## πŸ” Related Issues + + + +--- + +## πŸ“‹ Type of Change + +Please check the relevant option(s): + +- [ ] πŸ› Bug fix +- [ ] ✨ New feature +- [ ] ♻️ Code refactor +- [ ] πŸ“š Documentation update +- [ ] πŸ§ͺ Test addition or change +- [ ] πŸ”§ Build/config update +- [ ] πŸš€ Performance improvement +- [ ] πŸ”¨ CI/CD or automation +- [ ] 🧹 Cleanup / chore + +--- + +## πŸ“· Screenshots or Logs (if applicable) + + + +--- + +## πŸ§ͺ Testing Steps + + + +--- + +## βœ… Checklist + +- [ ] I have read the [Contribution Guidelines](https://github.com/jokob-sk/NetAlertX/blob/main/docs/CONTRIBUTING.md) +- [ ] I have tested my changes locally +- [ ] I have updated relevant documentation (if applicable) +- [ ] I have verified my changes do not break existing behavior +- [ ] I am willing to respond to requested changes and feedback + +--- + +## πŸ™‹ Additional Notes + + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/docs-pr-template.md b/.github/PULL_REQUEST_TEMPLATE/docs-pr-template.md new file mode 100644 index 00000000..9bc1d509 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/docs-pr-template.md @@ -0,0 +1,36 @@ +## πŸ“š Documentation Update + + + +--- + +## πŸ“ What’s Changed? + + + +- Combined frontend and backend development guidelines into a single file +- Updated `mkdocs.yml` to reflect new structure +- Added clarification on contribution process +- Fixed outdated links in sidebar + +--- + +## πŸ” Related Issue(s) + + + +--- + +## βœ… Checklist + +- [ ] I followed the formatting/style of existing documentation +- [ ] I updated `mkdocs.yml` if necessary +- [ ] I verified links and references still work +- [ ] I checked that my changes improve clarity, structure, or accuracy +- [ ] I'm open to feedback and suggestions + +--- + +## πŸ™‹ Additional Notes + +