From 6a470c9224703f69d393340cd621acca92dcde45 Mon Sep 17 00:00:00 2001 From: ericbsd Date: Wed, 24 Sep 2025 21:17:42 -0300 Subject: [PATCH] Fixed issue #295 and updated some desktop, version and added type --- .github/ISSUE_TEMPLATE/bug_report.yaml | 9 +++++---- .github/ISSUE_TEMPLATE/feature_request.yaml | 4 ++-- .github/ISSUE_TEMPLATE/security_report.yaml | 6 +++--- .gitignore | 1 + 4 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 .gitignore diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f1f3659..2fd4772 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,13 +1,13 @@ name: Bug Report description: Report a bug or issue here. #title: "" -labels: [bug] +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](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. * Only one issue per report @@ -22,16 +22,17 @@ body: 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: "24.01.1" + placeholder: "25.02-R14.3p2" validations: required: true - type: dropdown - id: + id: desktop attributes: label: What desktop? options: - Official MATE - Community XFCE + - Community Gershwin - Other validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 2dcd780..60ba707 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,13 +1,13 @@ name: Enhancement or Feature Request description: Request a new feature or an enhancement to improve GhostBSD. #title: "" -labels: [enhancement] +type: Enhancement body: - type: markdown attributes: value: | ### 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. * Only one feature or enhancement per request diff --git a/.github/ISSUE_TEMPLATE/security_report.yaml b/.github/ISSUE_TEMPLATE/security_report.yaml index 77e1d59..b7c3800 100644 --- a/.github/ISSUE_TEMPLATE/security_report.yaml +++ b/.github/ISSUE_TEMPLATE/security_report.yaml @@ -1,13 +1,13 @@ name: Security issue description: Report a security issue or vulnerability here. #title: "" -labels: [security] +type: Security body: - type: markdown attributes: value: | ### 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 * Only one security issue or vulnerability per report @@ -22,7 +22,7 @@ body: 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: "22.03.11" + placeholder: "25.02-R14.3p2" validations: required: true - type: textarea diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85e7c1d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea/