From aa7582b8d420888541c2e8688447c17918a71aeb Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Tue, 8 Dec 2020 12:38:24 +0000 Subject: [PATCH] Use more descriptive issue template names The GitHub UI shows apparently the name of the template at https://github.com/lowRISC/ibex/issues/new/choose, which I thought was just an internal identifier. Use the longer-form version there as well. --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index a39e9a1d..50de765b 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,5 +1,5 @@ --- -name: bug +name: Report a bug in Ibex title: Report a bug in Ibex about: Have you found a bug in Ibex or associated tooling? labels: Type:Bug diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index e7648b5c..116a4731 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,5 +1,5 @@ --- -name: question +name: Ask a question related to Ibex title: Ask a question related to Ibex about: Do you have a question about (the use of) Ibex? labels: Type:Question