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
|
||||
labels: [bug]
|
||||
description: Something isn't working right.
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
name: Feature request
|
||||
labels: ['feature request']
|
||||
description: Request a new feature.
|
||||
body:
|
||||
- type: textarea
|
||||
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
|
||||
labels: ['model request']
|
||||
description: Request a new model.
|
||||
body:
|
||||
- type: textarea
|
||||
id: problem
|
||||
|
|
Loading…
Reference in a new issue