From 10c643f162318b7fe2b4a041a1f2975468492a92 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Sat, 13 Jun 2020 16:15:44 +0200 Subject: [PATCH] Docs/template (#2152) * typo * typo --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5fc0eef4ba..0c0e0ee16e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug, help wanted +labels: "bug / fix", "help wanted" assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 3350917aa0..9cf19f7f24 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: enhancement, help wanted +labels: enhancement, "help wanted" assignees: '' ---