Gradience/.github/pull_request_template.md
tfuxu 08a917e438
meta: update PR template
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2022-12-01 18:18:45 +00:00

28 lines
864 B
Markdown

# 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. -->
- 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.