diff options
author | Allan Wang <me@allanwang.ca> | 2019-04-11 13:11:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 13:11:37 -0400 |
commit | c39b86013320642f8e346a4554e183d5e78c9975 (patch) | |
tree | 5cbac56ee90dafbe546758785857ea7b1c3309cd | |
parent | f12b0b0d0e446b3d8380b0406d2c75f39f095568 (diff) | |
download | frost-c39b86013320642f8e346a4554e183d5e78c9975.tar.gz frost-c39b86013320642f8e346a4554e183d5e78c9975.tar.bz2 frost-c39b86013320642f8e346a4554e183d5e78c9975.zip |
Update issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/custom.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/theme-report.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dcb1221f..624888bb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: "[Bug]" +title: '' labels: bug, unverified assignees: AllanWang diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 48d5f81f..19b55f89 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -3,7 +3,7 @@ name: Custom issue template about: Describe this issue template's purpose here. title: '' labels: '' -assignees: '' +assignees: AllanWang --- diff --git a/.github/ISSUE_TEMPLATE/theme-report.md b/.github/ISSUE_TEMPLATE/theme-report.md index 7b2d4363..820fb3f1 100644 --- a/.github/ISSUE_TEMPLATE/theme-report.md +++ b/.github/ISSUE_TEMPLATE/theme-report.md @@ -1,7 +1,7 @@ --- name: Theme report about: Problem with Frost's Theme -title: "[CSS]" +title: '' labels: CSS assignees: AllanWang |