mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
added pull request template (#213)
This commit is contained in:
parent
7135716da9
commit
7549e9d787
1 changed files with 50 additions and 0 deletions
50
pull_request_template.md
Normal file
50
pull_request_template.md
Normal file
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Pull Request Template
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
Please include a summary of the change and which issue is fixed (if applicable). Also include relevant context or motivation for the change.
|
||||||
|
|
||||||
|
- Fixes #(issue)
|
||||||
|
- Closes #(issue)
|
||||||
|
|
||||||
|
## Type of Change
|
||||||
|
|
||||||
|
Please check the relevant options:
|
||||||
|
|
||||||
|
- [ ] Bug fix
|
||||||
|
- [ ] New feature
|
||||||
|
- [ ] Code cleanup/refactor
|
||||||
|
- [ ] Documentation update
|
||||||
|
- [ ] Test coverage
|
||||||
|
- [ ] Dependency update
|
||||||
|
- [ ] Configuration change
|
||||||
|
- [ ] Other (please describe):
|
||||||
|
|
||||||
|
## How Has This Been Tested?
|
||||||
|
|
||||||
|
Please describe the tests you ran to verify your changes:
|
||||||
|
|
||||||
|
- [ ] Manual testing
|
||||||
|
- [ ] Other:
|
||||||
|
|
||||||
|
## Screenshots (if applicable)
|
||||||
|
|
||||||
|
Include screenshots or GIFs to help explain your changes visually.
|
||||||
|
|
||||||
|
## Checklist
|
||||||
|
|
||||||
|
- [ ] My code follows the project style guidelines
|
||||||
|
- [ ] I have performed a self-review of my code
|
||||||
|
- [ ] I have commented my code where necessary
|
||||||
|
- [ ] I have made corresponding changes to the documentation
|
||||||
|
- [ ] My changes generate no new warnings or errors
|
||||||
|
- [ ] I have added tests that prove my fix or feature works
|
||||||
|
- [ ] New and existing tests pass locally with my changes
|
||||||
|
|
||||||
|
## Additional Comments
|
||||||
|
|
||||||
|
Add any other context or questions here.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
> Thank you for your contribution! 🎉
|
||||||
Loading…
Add table
Add a link
Reference in a new issue