Files
fyroxengine--fyrox/.github/pull_request_template.md
T
2026-07-13 12:24:51 +08:00

24 lines
822 B
Markdown

## Description
<!-- Provide a clear and concise description of what this PR accomplishes -->
Write here.
## Related Issue(s)
<!-- Link to the issue that this PR addresses (if applicable) -->
Fixes #(issue number)
## Review Guidance
<!-- Provide any additional information that would help reviewing your work -->
Write here.
## Screenshots/GIFs
<!-- If applicable, add screenshots or GIFs demonstrating the changes -->
Write here.
## Checklist
<!-- Mark items with 'x' (no spaces around x) -->
- [ ] My code follows the project's code style guidelines
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [ ] My changes don't generate new warnings or errors
- [ ] No unsafe code introduced (or if introduced, thoroughly justified and documented)