From 41257ee87ef9d3b520fc83bde7fada284c079f24 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 25 Feb 2024 03:26:15 +0100 Subject: [PATCH] chore: Rename issue templates and use relative image paths --- .../{bug-report.yml => bug_report.yml} | 14 +++++++------- .../{feature-request.yml => feature_request.yml} | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report.yml => bug_report.yml} (88%) rename .github/ISSUE_TEMPLATE/{feature-request.yml => feature_request.yml} (88%) 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?