67 lines
2.0 KiB
YAML
67 lines
2.0 KiB
YAML
name: Bug Report
|
|
description: Report a bug or issue here.
|
|
#title: ""
|
|
type: Bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
### Please read this first
|
|
Before reporting an issue, please make sure it is not in our [Development Management Known Issues](https://github.com/orgs/ghostbsd/projects/4/views/21).
|
|
|
|
Follow these tips to help us understand your issue.
|
|
* Only one issue per report
|
|
* The title describes the issue
|
|
* Follow the information of each field
|
|
* Be concise and clear on each field
|
|
* Make sure the issue is understandable after reading it
|
|
|
|
**Note:** We might close the report if we have a problem understanding the issue.
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: Use ghostbsd-version -v or go to App menu > System Tools > Mate System Monitor and on the System Monitor window click System Tab
|
|
placeholder: "25.02-R14.3p2"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: desktop
|
|
attributes:
|
|
label: What desktop?
|
|
options:
|
|
- Official MATE
|
|
- Community XFCE
|
|
- Community Gershwin
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: describe
|
|
attributes:
|
|
label: Explain the issue and what happens
|
|
description: What is the issue, and what happened?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Explain how to reproduce the bug?
|
|
description: What are the steps to reproduce this issue?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: behavior
|
|
attributes:
|
|
label: What is the Expected behavior (if applicable)
|
|
description: What do you expect to happen?
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional context (if applicable)
|
|
description: Added your Terminal ouput or logs here with context
|
|
validations:
|
|
required: false
|