summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-28 01:12:45 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-28 01:12:49 -0500
commitf0f1ee129e6fcc5f06c613f9aec07e7e23fbaca7 (patch)
treee9e3b9baccbf3630250db27a12bfe4ca2c9fa55c /.github
parent818d920835f4f13a1eba369c49b7a6471e4cf77d (diff)
Minor side update
* Update PR template to be a bit more specific * Update README to state what version of rust I dev on in contributions * Update rustfmt to remove another unstable line
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 04b4e337..0f4b7955 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -14,6 +14,7 @@ _Remove the irrelevant one:_
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
+- [x] Other (something else)
## Test methodology
@@ -24,7 +25,7 @@ _Please state how this was tested:_
_Please ensure all are ticked (and actually done):_
- [ ] Change has been tested to work
-- [ ] Code has been linted using rustfmt
+- [ ] Areas your change affects has 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