Create PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Carter Perez 2025-11-12 08:40:32 -05:00 committed by GitHub
parent 7d21d95f55
commit 2331bfa9b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

27
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,27 @@
## Description
Provide a clear description of what this pull request does.
## Type of Change
- [ ] New project idea (SYNOPSES)
- [ ] Full project implementation
- [ ] Bug fix
- [ ] Documentation improvement
- [ ] Other (please describe)
## Checklist
- [ ] My code follows the existing style and conventions
- [ ] I have tested my changes
- [ ] I have updated relevant documentation
- [ ] My changes do not introduce security vulnerabilities
- [ ] I have read the CONTRIBUTING.md guidelines
## Related Issues
Link any related issues here (e.g., "Fixes #123").
## Additional Context
Any other information that reviewers should know.