summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-03-30 00:46:41 -0400
committerGitHub <noreply@github.com>2020-03-30 00:46:41 -0400
commit8b5414cc01ec59fac06ee1e07ea1a5c05e58da01 (patch)
tree993b6260d3f1d1abd901da22aa199742e62d001c /.github
parentf44de81874eef7e61de4968545815c3dcfab4b86 (diff)
Update pull_request_template.md
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 3a959d9e..8a77de30 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -16,6 +16,8 @@ _Remove the irrelevant ones:_
- [x] _New feature (non-breaking change which adds functionality)_
- [x] _Other (something else - please specify if relevant):_
+_Does this change cause some breakage or new behaviour? If so, what?_
+
## Test methodology
_Please state how this was tested:_
@@ -31,7 +33,7 @@ _Please tick which platforms this change was tested on:_
_Please ensure all are ticked (and actually done):_
- [ ] _Change has been tested to work_
-- [ ] _Areas your change affects has been linted using rustfmt_
+- [ ] _Areas your change affects have been linted using rustfmt_
- [ ] _Code has been self-reviewed_
- [ ] _Code has been tested and no new breakage is introduced_
- [ ] _Documentation has been added/updated if needed_