Create PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
7d21d95f55
commit
2331bfa9b0
|
|
@ -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.
|
||||||
Loading…
Reference in New Issue