From 60ac28b0af62079dfb78d66a7b97623938561109 Mon Sep 17 00:00:00 2001 From: Rick Winter Date: Wed, 13 May 2020 09:37:40 -0700 Subject: [PATCH] Update GitHub issue templates (#99) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question-query-template.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 28ed816e1..31d021374 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: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 48ce290e1..0234bb776 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: "[FEATURE REQ]" +title: "" labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/question-query-template.md b/.github/ISSUE_TEMPLATE/question-query-template.md index ac1478681..6cbd75466 100644 --- a/.github/ISSUE_TEMPLATE/question-query-template.md +++ b/.github/ISSUE_TEMPLATE/question-query-template.md @@ -1,7 +1,7 @@ --- name: Question/Query template about: Use this template to file a question/query for the SDK team -title: "[QUERY]" +title: "" labels: '' assignees: ''