summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-27 16:08:39 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-27 16:08:39 -0500
commit35f06f0acfa0865e3a1d6881d6afc39230f9b315 (patch)
treeb284cfe26661b258007349a10c84ec1b1b069ae5 /.github
parent3eca695807b774bd78bc5d77236da55dae855122 (diff)
[skip travis] Update some github documentation.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
-rw-r--r--.github/pull_request_template.md1
3 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index bdde99b4..aee93b59 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -3,7 +3,7 @@ name: Bug report
about: Found a bug? Make sure it hasn't already been filed/solved - if so, please report it!
title: ""
labels: "bug"
-assignees: "ClementTsang"
+assignees: ""
---
## Describe the bug
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 45b18a2f..916dfaf4 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -3,7 +3,7 @@ name: Feature request
about: Got a good idea that hasn't already been mentioned? Suggest it!
title: ""
labels: "enhancement"
-assignees: "ClementTsang"
+assignees: ""
---
## Describe the feature request
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 28c865a3..f9f599aa 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -23,6 +23,7 @@ _Please state how this was tested:_
_Please ensure all are ticked (and actually done):_
+- [ ] Feature itself has been tested and verified to work
- [ ] Code has been linted
- [ ] Code has been self-reviewed
- [ ] Code has been tested and no new breakage is introduced