You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,8 @@ body:
70
70
71
71
Before creating a new bug report, please keep the following in mind:
72
72
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).
74
75
- **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).
75
76
- type: textarea
76
77
attributes:
@@ -100,7 +101,7 @@ body:
100
101
label: Acknowledgements
101
102
description: Your bug report will be closed if you don't follow the checklist below.
102
103
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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,8 @@ body:
70
70
71
71
Before creating a new feature request, please keep the following in mind:
72
72
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).
75
75
- **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).
76
76
- type: textarea
77
77
attributes:
@@ -98,7 +98,7 @@ body:
98
98
label: Acknowledgements
99
99
description: Your feature request will be closed if you don't follow the checklist below.
100
100
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.
0 commit comments