diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-06-09 13:50:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 19:20:25 +0530 |
commit | 7569d4027081d27a6e3d975c14cfc9bdcd879257 (patch) | |
tree | b4ea1e92afef85b77bd9a6d91c9b0922f007a2eb /.github | |
parent | 2fa03e3fa0bab743e65a8e5964ed510758b4a908 (diff) |
Update changelog and pull request template (#842)
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 83e930c8..39dc2e60 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ - [ ] New feature - [ ] Enhancement - [ ] Refactoring - +- [ ] Dependency updates ## :scroll: Description <!--- Describe your changes in detail --> @@ -22,14 +22,10 @@ <!--- Put an `x` in the boxes that apply --> - [ ] I formatted the code with the IDE's reformat action (Ctrl + Shift + L/Cmd + Shift + L) - [ ] 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 --> -<!-- 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"> ---> |