aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-03-26 14:42:03 +0530
committerGitHub <noreply@github.com>2022-03-26 09:12:03 +0000
commit4d3be5b0708cf8f6cfe40d790763a576d010bc18 (patch)
tree4ded93ae73cc234a73937a8a896a60daff194a59 /.github/PULL_REQUEST_TEMPLATE
parent3a16d77db24b6d79d9d27ce3207d72a7a879f38a (diff)
Bring contribution docs up to scratch (#1804)
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md31
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 -->