Gradience/.github/pull_request_template.md

28 lines
864 B
Markdown
Raw Normal View History

# Description
<!-- Describe your changes in detail here. -->
Fixes #(issue)
## Type of change
<!-- What type of change does your pull request introduce? Put an `x` in the box that apply. -->
- [ ] Bugfix (Change which fixes a issue)
- [ ] New feature (Change which adds new functionality)
- [ ] Enhancement (Change which slightly improves existing code)
- [ ] Breaking change (This change will introduce incompatibility with existing functionality)
## Changelog <!-- This is optional, but highly appreciated. -->
2022-09-29 18:46:14 +00:00
- Fixed …
- Added …
## Testing
- [ ] I have tested my changes and verified that they work as expected <!-- Required, your PR won't be accepted if you don't do this step. -->
### How to test the changes
<!-- Optional, it can speed up review process if you provide the information on how to test your changes. -->
No information provided.