diff options
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md b/.github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md new file mode 100644 index 00000000..26f0f389 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md @@ -0,0 +1,31 @@ +## :loudspeaker: Type of change +<!--- Put an `x` in the boxes that apply --> +- [ ] Bugfix +- [ ] New feature +- [ ] Enhancement +- [ ] Refactoring +- [ ] Dependency updates + +## :scroll: Description +<!--- Describe your changes in detail --> + + +## :bulb: Motivation and Context +<!--- Why is this change required? What problem does it solve? --> +<!--- If it fixes an open issue, please link to the issue here. --> + + +## :green_heart: How did you test it? + + +## :pencil: Checklist +<!--- Put an `x` in the boxes that apply --> +- [ ] I formatted the code `./gradlew spotlessApply` +- [ ] I reviewed submitted code +- [ ] I added a [CHANGELOG](CHANGELOG.md) entry if applicable + +## :crystal_ball: Next steps +<!-- If this change unblocks further improvements or needs some changes down the line, note them here --> + +## :camera_flash: Screenshots / GIFs +<!--- Mandatory for UI changes --> |