diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature.yml | 39 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 28 |
2 files changed, 5 insertions, 62 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. 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 |
