summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-23 01:11:53 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-23 01:11:53 -0500
commit6ffe14707d337e57c65a940d4b9d57b4b554525c (patch)
tree54d8128e0a3cdcc15cc8ccc1d37d0f0b34ae4585 /.github
parentd1cccff54b8e994c84285e5ef890a06b39e4792f (diff)
[skip travis] Fix templates.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md4
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 2e1ef9c2..02dc0b29 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -2,8 +2,8 @@
name: Bug report
about: Found a bug? Please report it if it hasn't already been filed...
title: ""
-labels: ""
-assignees: ""
+labels: "bug"
+assignees: "ClementTsang"
---
## Describe the bug
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 550b6dcc..501f49b4 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -2,8 +2,8 @@
name: Feature request
about: Suggest an idea for this project
title: ""
-labels: ""
-assignees: ""
+labels: "enhancement"
+assignees: "ClementTsang"
---
## Describe the feature request