Update bug_report.yaml
This commit is contained in:
parent
c70c0e9db7
commit
10231fc7d6
|
|
@ -7,7 +7,7 @@ body:
|
|||
attributes:
|
||||
value: |
|
||||
### 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.
|
||||
* Only one issue per report
|
||||
|
|
@ -16,7 +16,7 @@ body:
|
|||
* Be concise and clear on each field
|
||||
* 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
|
||||
id: version
|
||||
attributes:
|
||||
|
|
@ -25,6 +25,16 @@ body:
|
|||
placeholder: "22.03.11"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id:
|
||||
attributes:
|
||||
label: What desktop?
|
||||
options:
|
||||
- Official MATE
|
||||
- Community XFCE
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: describe
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue