From 6aa329fff96dbfddcc926be8e38ba386a2d3531a Mon Sep 17 00:00:00 2001 From: Sn3llius Date: Mon, 20 May 2024 10:42:21 +0200 Subject: [PATCH] removed sections from feature request template --- ...ture_requests.yml => feature-requests.yml} | 38 +------------------ .../DISCUSSION_TEMPLATE/feature_request.md | 27 ------------- 2 files changed, 1 insertion(+), 64 deletions(-) rename .github/DISCUSSION_TEMPLATE/{feature_requests.yml => feature-requests.yml} (72%) delete mode 100644 .github/DISCUSSION_TEMPLATE/feature_request.md diff --git a/.github/DISCUSSION_TEMPLATE/feature_requests.yml b/.github/DISCUSSION_TEMPLATE/feature-requests.yml similarity index 72% rename from .github/DISCUSSION_TEMPLATE/feature_requests.yml rename to .github/DISCUSSION_TEMPLATE/feature-requests.yml index 1f0671d1..99cfe0e8 100644 --- a/.github/DISCUSSION_TEMPLATE/feature_requests.yml +++ b/.github/DISCUSSION_TEMPLATE/feature-requests.yml @@ -1,4 +1,4 @@ -title: '[Feature requests]' +title: '[Feature Request]' labels: ['enhancement'] body: @@ -108,39 +108,3 @@ body: placeholder: 'Reference any related issues or pull requests' validations: required: false - - - type: input - id: environment - attributes: - label: Environment - description: Specify the environment or platform where the feature is requested to be implemented (e.g., web, desktop, mobile). - placeholder: 'Specify the environment or platform' - validations: - required: true - - - type: textarea - id: screenshots - attributes: - label: Screenshots or Mockups (optional) - description: If applicable, include any visual aids such as screenshots or mockups to help illustrate the requested feature. - placeholder: 'Include any screenshots or mockups' - validations: - required: false - - - type: textarea - id: implementation_suggestions - attributes: - label: Implementation Suggestions (optional) - description: Provide any suggestions or ideas for how the feature could be implemented. - placeholder: 'Provide any implementation suggestions' - validations: - required: false - - - type: textarea - id: collaboration - attributes: - label: Collaboration - description: Express willingness to collaborate on the development of this feature, if applicable. - placeholder: 'Express willingness to collaborate' - validations: - required: false diff --git a/.github/DISCUSSION_TEMPLATE/feature_request.md b/.github/DISCUSSION_TEMPLATE/feature_request.md deleted file mode 100644 index 16a7e7b2..00000000 --- a/.github/DISCUSSION_TEMPLATE/feature_request.md +++ /dev/null @@ -1,27 +0,0 @@ - - -## Feature Request - -### Summary - - -### Proposed Solution - - -### Alternatives Considered - - -### Additional Context - - -### Use Cases - - -### Priority - - -### Stakeholders - \ No newline at end of file