Skip to content

Commit db59d2c

Browse files
committed
docs: Improve issue templates
1 parent fe3e1c9 commit db59d2c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ body:
7070
7171
Before creating a new bug report, please keep the following in mind:
7272
73-
- **Do not submit a duplicate bug report**: You can review existing bug reports [here](https://github.com/ReVanced/revanced-library/labels/Bug%20report).
73+
- **Do not submit a duplicate bug report**: Search for existing bug reports [here](https://github.com/ReVanced/revanced-library/issues?q=label%3A%22Bug+report%22).
74+
- **Review the contribution guidelines**: Make sure your bug request adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-library/blob/main/CONTRIBUTING.md).
7475
- **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).
7576
- type: textarea
7677
attributes:
@@ -100,7 +101,7 @@ body:
100101
label: Acknowledgements
101102
description: Your bug report will be closed if you don't follow the checklist below.
102103
options:
103-
- label: This issue is not a duplicate of an existing bug report.
104+
- label: I have checked all open and closed bug reports and this is not a duplicate.
104105
required: true
105106
- label: I have chosen an appropriate title.
106107
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ body:
7070
7171
Before creating a new feature request, please keep the following in mind:
7272
73-
- **Do not submit a duplicate feature request**: You can review existing feature requests [here](https://github.com/ReVanced/revanced-library/labels/Feature%20request).
74-
- **Review the contribution guidelines**: Make sure your bug report adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-library/blob/main/CONTRIBUTING.md).
73+
- **Do not submit a duplicate feature request**: Search for existing feature requests [here](https://github.com/ReVanced/revanced-library/issues?q=label%3A%22Feature+request%22).
74+
- **Review the contribution guidelines**: Make sure your feature request adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-library/blob/main/CONTRIBUTING.md).
7575
- **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).
7676
- type: textarea
7777
attributes:
@@ -98,7 +98,7 @@ body:
9898
label: Acknowledgements
9999
description: Your feature request will be closed if you don't follow the checklist below.
100100
options:
101-
- label: This issue is not a duplicate of an existing feature request.
101+
- label: I have checked all open and closed feature requests and this is not a duplicate.
102102
required: true
103103
- label: I have chosen an appropriate title.
104104
required: true

0 commit comments

Comments
 (0)