diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 88% rename from .github/ISSUE_TEMPLATE/bug-report.yml rename to .github/ISSUE_TEMPLATE/bug_report.yml index 1dbbb1b..8803c2d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: 🐞 Bug report description: Report a bug or an issue. -title: 'bug: ' -labels: ['Bug report'] +title: "bug: " +labels: ["Bug report"] body: - type: markdown attributes: @@ -11,18 +11,18 @@ body:
- - + +     @@ -69,7 +69,7 @@ body: # ReVanced Patcher bug report Before creating a new bug report, please keep the following in mind: - + - **Do not submit a duplicate bug report**: You can review existing bug reports [here](https://github.com/ReVanced/revanced-patcher/labels/Bug%20report). - **Do not use the issue page for support**: If you need help or have questions, check out other platforms on [revanced.app](https://revanced.app). - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 88% rename from .github/ISSUE_TEMPLATE/feature-request.yml rename to .github/ISSUE_TEMPLATE/feature_request.yml index 335e8db..e35a9e5 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: ⭐ Feature request description: Create a detailed request for a new feature. -title: 'feat: ' -labels: ['Feature request'] +title: "feat: " +labels: ["Feature request"] body: - type: markdown attributes: @@ -11,18 +11,18 @@ body:
- - + +     @@ -85,7 +85,7 @@ body: label: Motivation description: | A strong motivation is necessary for a feature request to be considered. - + - Why should this feature be implemented? - What is the explicit use case? - What are the benefits?