Update bug_report.yaml
This commit is contained in:
parent
c70c0e9db7
commit
10231fc7d6
|
|
@ -7,7 +7,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
### Please read this first
|
### Please read this first
|
||||||
Before reporting an issue, make sure it is not in our [Development Management](https://github.com/orgs/ghostbsd/projects/4/views/12).
|
Before reporting an issue, please make sure it is not in our [Development Management](https://github.com/orgs/ghostbsd/projects/4/views/12).
|
||||||
|
|
||||||
Follow these tips to help us understand your issue.
|
Follow these tips to help us understand your issue.
|
||||||
* Only one issue per report
|
* Only one issue per report
|
||||||
|
|
@ -16,7 +16,7 @@ body:
|
||||||
* Be concise and clear on each field
|
* Be concise and clear on each field
|
||||||
* Make sure the issue is understandable after reading it
|
* Make sure the issue is understandable after reading it
|
||||||
|
|
||||||
**Note:** If we have a problem understanding the issue, we might close the report.
|
**Note:** We might close the report if we have a problem understanding the issue.
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -25,6 +25,16 @@ body:
|
||||||
placeholder: "22.03.11"
|
placeholder: "22.03.11"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id:
|
||||||
|
attributes:
|
||||||
|
label: What desktop?
|
||||||
|
options:
|
||||||
|
- Official MATE
|
||||||
|
- Community XFCE
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: describe
|
id: describe
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue