diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:20:49 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:20:49 +0900 |
| commit | 3595d89367e7d563320a6df2b93176adef396506 (patch) | |
| tree | 311907cbbadc6622e1aa5b76f0ec698373b4c9ef /.github/ISSUE_TEMPLATE/feature.yml | |
| parent | e32a5c7061867b5da679358739e7914fdb0a0e4e (diff) | |
hah! maybe I get it now
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature.yml | 39 |
1 files changed, 5 insertions, 34 deletions
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. |
