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.
This commit is contained in:
Philipp Wagner 2020-12-08 12:38:24 +00:00 committed by Philipp Wagner
parent e71494fd39
commit aa7582b8d4
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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