add descriptions to issue templates
This commit is contained in:
parent
32561aed09
commit
2bdc320216
3 changed files with 3 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/10_bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/10_bug_report.yml
vendored
|
@ -1,5 +1,6 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
|
description: Something isn't working right.
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
labels: ['feature request']
|
labels: ['feature request']
|
||||||
|
description: Request a new feature.
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/30_model_request.yml
vendored
1
.github/ISSUE_TEMPLATE/30_model_request.yml
vendored
|
@ -1,5 +1,6 @@
|
||||||
name: Model request
|
name: Model request
|
||||||
labels: ['model request']
|
labels: ['model request']
|
||||||
|
description: Request a new model.
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
|
|
Loading…
Reference in a new issue