Files
LUNA-Charts/.gitea/templates/PULL_REQUEST_TEMPLATE.md

35 lines
687 B
Markdown

<!-- markdownlint-disable MD041 -->
## Description
<!-- What does this PR change and why? -->
## Related Issue
<!-- Closes #... / Relates to #... -->
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactoring (no functional changes)
- [ ] Documentation
- [ ] Tests
## Changes
- ...
- ...
- ...
## How Has This Been Tested?
<!-- Describe how you verified your changes (unit tests, manual testing, etc.) -->
## Checklist
- [ ] Code follows the project's style guidelines
- [ ] Self-review of the code has been performed
- [ ] Tests have been added/updated and pass locally
- [ ] Documentation has been updated where necessary
- [ ] No new warnings or errors introduced