diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-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 |