Fixed issue #295 and updated some desktop, version and added type
This commit is contained in:
parent
9001c14374
commit
6a470c9224
|
|
@ -1,13 +1,13 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Report a bug or issue here.
|
description: Report a bug or issue here.
|
||||||
#title: ""
|
#title: ""
|
||||||
labels: [bug]
|
type: Bug
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
### Please read this first
|
### Please read this first
|
||||||
Before reporting an issue, please 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 Known Issues](https://github.com/orgs/ghostbsd/projects/4/views/21).
|
||||||
|
|
||||||
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
|
||||||
|
|
@ -22,16 +22,17 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
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
|
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: "24.01.1"
|
placeholder: "25.02-R14.3p2"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id:
|
id: desktop
|
||||||
attributes:
|
attributes:
|
||||||
label: What desktop?
|
label: What desktop?
|
||||||
options:
|
options:
|
||||||
- Official MATE
|
- Official MATE
|
||||||
- Community XFCE
|
- Community XFCE
|
||||||
|
- Community Gershwin
|
||||||
- Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
name: Enhancement or Feature Request
|
name: Enhancement or Feature Request
|
||||||
description: Request a new feature or an enhancement to improve GhostBSD.
|
description: Request a new feature or an enhancement to improve GhostBSD.
|
||||||
#title: ""
|
#title: ""
|
||||||
labels: [enhancement]
|
type: Enhancement
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
### Please read this first
|
### Please read this first
|
||||||
Before requesting a new feature or enhancement, please ensure it is not in our [Development Management](https://github.com/orgs/ghostbsd/projects/4/views/12).
|
Before requesting a new feature or enhancement, please ensure 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 request.
|
Follow these tips to help us understand your request.
|
||||||
* Only one feature or enhancement per request
|
* Only one feature or enhancement per request
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
name: Security issue
|
name: Security issue
|
||||||
description: Report a security issue or vulnerability here.
|
description: Report a security issue or vulnerability here.
|
||||||
#title: ""
|
#title: ""
|
||||||
labels: [security]
|
type: Security
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
### Please read this first
|
### Please read this first
|
||||||
Before reporting a security issue or vulnerability, make sure it is not in our [Development Management](https://github.com/orgs/ghostbsd/projects/4/views/12).
|
Before reporting a security issue or vulnerability, 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 security issue
|
Follow these tips to help us understand your security issue
|
||||||
* Only one security issue or vulnerability per report
|
* Only one security issue or vulnerability per report
|
||||||
|
|
@ -22,7 +22,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
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
|
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: "22.03.11"
|
placeholder: "25.02-R14.3p2"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
/.idea/
|
||||||
Loading…
Reference in New Issue