From 99636aaba3f7ddf82676440068f7729af1408119 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 Jan 2025 20:50:14 +0900 Subject: edited bug report and feature request template. Custom report removed the report and feature request template are copied from hyprland github --- .github/ISSUE_TEMPLATE/feature_request.md | 62 +++++++++++++++++-------------- 1 file changed, 34 insertions(+), 28 deletions(-) (limited to '.github/ISSUE_TEMPLATE/feature_request.md') diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bd64d0a0..92bbc2f5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,28 +1,34 @@ ---- -name: Feature request -about: Suggest a feature for this project -title: "[Feature Request]: Short description of the feature" -labels: "enhancement, needs triage, feature request" ---- - -## Feature Request - -### Description - -[Provide a clear and concise description of the feature you'd like to see added.] - -### Use Case - -[Describe how this feature would be useful to you or to other users of the project.] - -### Proposed Solution - -[If you have a specific solution in mind, describe it here. If not, you can skip this section.] - -### Alternatives - -[Are there any alternative solutions or workarounds that you've considered? If so, describe them here.] - -### Additional Information - -[Add any other information about the feature request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.] +name: Feature Request +description: I'd like to request additional functionality +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + Before opening a new feature, take a moment to search through the current open ones. + + --- + + - type: textarea + id: desc + attributes: + label: Description + description: "Describe your idea" + validations: + required: true + + - type: textarea + id: desc + attributes: + label: Use case + description: "Describe how this feature would be useful to you or to other users of the project." + validations: + required: true + + - type: textarea + id: desc + attributes: + label: Proposed Solution or alternatives + description: "If you have a specific solution in mind, describe it here." + validations: + required: true -- cgit v1.2.3 From 80dc7cb37cfbe9a893174597d40ec71c72eee6c0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 Jan 2025 20:55:03 +0900 Subject: hmmm does not seem to work --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++++ .github/ISSUE_TEMPLATE/feature_request.md | 7 +++++++ 2 files changed, 14 insertions(+) (limited to '.github/ISSUE_TEMPLATE/feature_request.md') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0d862bcc..21cc811d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,10 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]: Short description of the issue" +labels: "Something isn't working" +--- + name: Bug Report description: Something is not working right labels: ["bug"] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 92bbc2f5..b3ac7aa6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,3 +1,10 @@ +--- +name: Feature request +about: Suggest a feature for this project +title: "[Feature Request]: I'd like to request additional functionality or changes" +labels: "enhancement, feature request" +--- + name: Feature Request description: I'd like to request additional functionality labels: ["enhancement"] -- cgit v1.2.3 From ba17206d13b748932fb3273aa03800ddba413f51 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 Jan 2025 20:57:13 +0900 Subject: oh got it now --- .github/ISSUE_TEMPLATE/bug_report.md | 70 ------------------------------ .github/ISSUE_TEMPLATE/bug_report.yml | 63 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 41 ----------------- .github/ISSUE_TEMPLATE/feature_request.yml | 34 +++++++++++++++ 4 files changed, 97 insertions(+), 111 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml (limited to '.github/ISSUE_TEMPLATE/feature_request.md') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 21cc811d..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,70 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[Bug]: Short description of the issue" -labels: "Something isn't working" ---- - -name: Bug Report -description: Something is not working right -labels: ["bug"] -body: - - type: checkboxes - attributes: - label: Already reported ? * - description: Before opening a new bug report, please take a moment to search through the current open and closed issues to check if it already exists. - options: - - label: I have searched the existing open and closed issues. - required: true - - - type: dropdown - id: type - attributes: - label: Regression? - description: | - Regression means that something used to work but no longer does. - options: - - "Yes" - - "No" - validations: - required: true - - - type: textarea - id: ver - attributes: - label: System Info and Version - description: | - Paste the output of `inxi -CGIsSMnr` here. - install inxi if command not found - validations: - required: true - - - - type: textarea - id: desc - attributes: - label: Description - description: "What went wrong? What exactly happened?" - validations: - required: true - - - type: textarea - id: repro - attributes: - label: How to reproduce - description: "How can someone else reproduce the issue?" - validations: - required: true - - - type: textarea - id: logs - attributes: - label: install logs, images or videos - description: | - Anything that can help. Please always ATTACH and not paste them. - - - - - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..0d862bcc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,63 @@ +name: Bug Report +description: Something is not working right +labels: ["bug"] +body: + - type: checkboxes + attributes: + label: Already reported ? * + description: Before opening a new bug report, please take a moment to search through the current open and closed issues to check if it already exists. + options: + - label: I have searched the existing open and closed issues. + required: true + + - type: dropdown + id: type + attributes: + label: Regression? + description: | + Regression means that something used to work but no longer does. + options: + - "Yes" + - "No" + validations: + required: true + + - type: textarea + id: ver + attributes: + label: System Info and Version + description: | + Paste the output of `inxi -CGIsSMnr` here. + install inxi if command not found + validations: + required: true + + + - type: textarea + id: desc + attributes: + label: Description + description: "What went wrong? What exactly happened?" + validations: + required: true + + - type: textarea + id: repro + attributes: + label: How to reproduce + description: "How can someone else reproduce the issue?" + validations: + required: true + + - type: textarea + id: logs + attributes: + label: install logs, images or videos + description: | + Anything that can help. Please always ATTACH and not paste them. + + + + + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index b3ac7aa6..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -name: Feature request -about: Suggest a feature for this project -title: "[Feature Request]: I'd like to request additional functionality or changes" -labels: "enhancement, feature request" ---- - -name: Feature Request -description: I'd like to request additional functionality -labels: ["enhancement"] -body: - - type: markdown - attributes: - value: | - Before opening a new feature, take a moment to search through the current open ones. - - --- - - - type: textarea - id: desc - attributes: - label: Description - description: "Describe your idea" - validations: - required: true - - - type: textarea - id: desc - attributes: - label: Use case - description: "Describe how this feature would be useful to you or to other users of the project." - validations: - required: true - - - type: textarea - id: desc - attributes: - label: Proposed Solution or alternatives - description: "If you have a specific solution in mind, describe it here." - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..92bbc2f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,34 @@ +name: Feature Request +description: I'd like to request additional functionality +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + Before opening a new feature, take a moment to search through the current open ones. + + --- + + - type: textarea + id: desc + attributes: + label: Description + description: "Describe your idea" + validations: + required: true + + - type: textarea + id: desc + attributes: + label: Use case + description: "Describe how this feature would be useful to you or to other users of the project." + validations: + required: true + + - type: textarea + id: desc + attributes: + label: Proposed Solution or alternatives + description: "If you have a specific solution in mind, describe it here." + validations: + required: true -- cgit v1.2.3 From f6aa54b16ff58969ff016d00518313a0809a83c5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 Jan 2025 21:15:25 +0900 Subject: danggit --- .github/ISSUE_TEMPLATE/feature.yml | 27 --------------------------- .github/ISSUE_TEMPLATE/feature_request.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md (limited to '.github/ISSUE_TEMPLATE/feature_request.md') diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml deleted file mode 100644 index 0d13534c..00000000 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Feature Request -description: I'd like to request additional functionality -labels: ["enhancement"] - -body: - - type: markdown - attributes: - value: | - Before opening a new issue, take a moment to search through the current open ones. - - --- - - - type: textarea - id: desc - attributes: - label: Description - description: "Provide a clear and concise description of the feature you'd like to see added" - validations: - required: true - - - type: textarea - id: desc - attributes: - label: Proposed Solution - description: "If you have a specific solution in mind, describe it here" - validations: - required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..4d53f2e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,28 @@ +--- +name: Feature request +about: Suggest a feature for this project +title: "[Feature Request]: Short description of the feature" +labels: ["enhancement"] +--- + +## Feature Request + +### Description + +[Provide a clear and concise description of the feature you'd like to see added.] + +### Use Case + +[Describe how this feature would be useful to you or to other users of the project.] + +### Proposed Solution + +[If you have a specific solution in mind, describe it here. If not, you can skip this section.] + +### Alternatives + +[Are there any alternative solutions or workarounds that you've considered? If so, describe them here.] + +### Additional Information + +[Add any other information about the feature request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.] \ No newline at end of file -- cgit v1.2.3 From 3595d89367e7d563320a6df2b93176adef396506 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 Jan 2025 21:20:49 +0900 Subject: hah! maybe I get it now --- .github/ISSUE_TEMPLATE/feature.yml | 39 ++++--------------------------- .github/ISSUE_TEMPLATE/feature_request.md | 28 ---------------------- 2 files changed, 5 insertions(+), 62 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md (limited to '.github/ISSUE_TEMPLATE/feature_request.md') diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 89f733b2..f657365a 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -6,56 +6,27 @@ body: - type: checkboxes attributes: label: Already reported ? * - description: Before opening a new bug report, please take a moment to search through the current open and closed issues to check if it already exists. + description: Before opening a new feature request, please take a moment to search through the current open and closed issues / request to check if it already exists. options: - - label: I have searched the existing open and closed issues. + - label: I have searched the existing open and closed request. required: true - - type: dropdown - id: type - attributes: - label: Regression? - description: | - Regression means that something used to work but no longer does. - options: - - "Yes" - - "No" - validations: - required: true - - - type: textarea - id: ver - attributes: - label: System Info and Version - description: | - Paste the output of `inxi -CGIsSMnr` here. - install inxi if command not found - validations: - required: true - - - type: textarea id: desc attributes: label: Description - description: "What went wrong? What exactly happened?" + description: "Describe your idea?" validations: required: true - type: textarea id: repro attributes: - label: How to reproduce - description: "How can someone else reproduce the issue?" + label: Proposed Solution + description: "describe if you have a specific solution in mind" validations: required: true - - type: textarea - id: logs - attributes: - label: install logs, images or videos - description: | - Anything that can help. Please always ATTACH and not paste them. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 4d53f2e6..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Feature request -about: Suggest a feature for this project -title: "[Feature Request]: Short description of the feature" -labels: ["enhancement"] ---- - -## Feature Request - -### Description - -[Provide a clear and concise description of the feature you'd like to see added.] - -### Use Case - -[Describe how this feature would be useful to you or to other users of the project.] - -### Proposed Solution - -[If you have a specific solution in mind, describe it here. If not, you can skip this section.] - -### Alternatives - -[Are there any alternative solutions or workarounds that you've considered? If so, describe them here.] - -### Additional Information - -[Add any other information about the feature request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.] \ No newline at end of file -- cgit v1.2.3