diff --git a/.github/ISSUE_TEMPLATE/feature-issue.yml b/.github/ISSUE_TEMPLATE/feature-issue.yml deleted file mode 100644 index 874221dad..000000000 --- a/.github/ISSUE_TEMPLATE/feature-issue.yml +++ /dev/null @@ -1,46 +0,0 @@ -name: ⭐ Feature request -description: Create a detailed feature request. -title: 'feat: ' -labels: [feature-request] -body: - - type: markdown - attributes: - value: | - # ReVanced feature request - - Do not submit requests for patches here. Please submit them [here](https://github.com/orgs/revanced/discussions/categories/patches) instead. - Important to note that your feature request may have already been made before. Please check for existing feature requests [here](https://github.com/revanced/revanced-patches/labels/feature-request). - - - type: dropdown - attributes: - label: Type - options: - - Functionality - - Cosmetic - - Other - validations: - required: true - - type: textarea - attributes: - label: Issue - description: What is the current problem. Why does it require a feature request? - validations: - required: true - - type: textarea - attributes: - label: Feature - description: Describe your feature in detail. How does it solve the issue? - validations: - required: true - - type: textarea - attributes: - label: Motivation - description: Why should your feature should be considered? - validations: - required: true - - type: textarea - attributes: - label: Additional context - description: Add additional context here. - validations: - required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/patch-request.yml b/.github/ISSUE_TEMPLATE/patch-request.yml new file mode 100644 index 000000000..2ac867a73 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/patch-request.yml @@ -0,0 +1,29 @@ +name: ⭐ Patch Request +description: Create a detailed patch request. +title: 'feat(patch): ' +labels: [patch-request] +body: + - type: textarea + attributes: + label: Application + description: Which application is this patch for? + validations: + required: true + - type: textarea + attributes: + label: Issue + description: What is the issue this patch should solve? + validations: + required: true + - type: textarea + attributes: + label: Patch + description: "Describe the patch you'd like to see in detail." + validations: + required: true + - type: textarea + attributes: + label: Motivation + description: Why should your patch request should be considered? What makes it valuable to the community? + validations: + required: true