From e33e4033dbdc78cb73d5f7d3c56cb3a84373c959 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 30 Jan 2020 18:32:05 -0800 Subject: [PATCH] chore: nits to issues template --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- .github/ISSUE_TEMPLATE/regression.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 74b3c18c25020..08e8778461684 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,5 +1,5 @@ --- -name: Bug +name: Bug Report about: Something doesn't work like it should? Tell us! title: "[BUG]" labels: '' diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index e33d2144332fb..55abfc3ec011b 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,5 +1,5 @@ --- -name: Question +name: I have a question about: Feel free to ask us your questions! title: "[Question]" labels: '' diff --git a/.github/ISSUE_TEMPLATE/regression.md b/.github/ISSUE_TEMPLATE/regression.md index 7aa0a903772d0..3c53633e25ce9 100644 --- a/.github/ISSUE_TEMPLATE/regression.md +++ b/.github/ISSUE_TEMPLATE/regression.md @@ -1,5 +1,5 @@ --- -name: Regression +name: REGRESSION about: Functionality that used to work and does not any more title: "[REGRESSION]: " labels: ''