github bug_report: Additional information field
This commit is contained in:
parent
156b5a5e29
commit
6d38f9e63d
13
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
13
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -34,3 +34,16 @@ body:
|
||||||
description: "What was the expected outcome of the reproducing steps above?"
|
description: "What was the expected outcome of the reproducing steps above?"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: "Additional information"
|
||||||
|
description: "Any other information that may be relevant to diagnosing the issue should be documented here"
|
||||||
|
placeholder: |
|
||||||
|
Examples of relevant information:
|
||||||
|
|
||||||
|
* What OS and distribution are you using?
|
||||||
|
* Are you running an experimental branch (i.e. not `master`)?
|
||||||
|
* Is the issue reproducible in other terminals?
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user