diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-10-27 22:52:40 +0530 |
---|---|---|
committer | Harsh Shandilya <msfjarvis@gmail.com> | 2019-10-27 22:52:40 +0530 |
commit | 36c2518f90ab0907d9f8b414a3a4dc33c9ad4bd4 (patch) | |
tree | 6f4c51b22afeba1e41b5e34300d5760d579b5841 /.github/pull_request_template.md | |
parent | 5df7be10b5f30dce68a23eb55f1dae9edc0263c0 (diff) |
github: Add PR and issue templates
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..38b0f06f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ +## :loudspeaker: Type of change +<!--- Put an `x` in the boxes that apply --> +- [ ] Bugfix +- [ ] New feature +- [ ] Enhancement +- [ ] Refactoring + + +## :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 ran `./gradlew spotlessApply` before submitting the PR +- [ ] I reviewed submitted code + + +## :crystal_ball: Next steps + + +## :camera_flash: Screenshots / GIFs +<!--- Mandatory for UI changes --> +<!-- Uncomment the next line and replace it with links to your screenshots. --> +<!-- +<img src="https://placekitten.com/260/260" width="260"> <img src="https://placekitten.com/300/300" width="260"> +--> |