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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ 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-manager/labels/Bug%20report).
73
+
- **Do not submit a duplicate bug report**: Search for existing bug reports [here](https://github.com/ReVanced/revanced-manager/issues?q=label%3A%22Bug+report%22).
74
74
- **Review the contribution guidelines**: Make sure your bug report adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-manager/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
@@ -99,14 +99,14 @@ body:
99
99
- type: textarea
100
100
attributes:
101
101
label: ReVanced Manager logs
102
-
description: Export logs in ReVanced Manager settings.
102
+
description: Export logs from the ReVanced Manager settings.
103
103
render: shell
104
104
validations:
105
105
required: true
106
106
- type: textarea
107
107
attributes:
108
108
label: Patch logs
109
-
description: Export logs in "Patcher" screen.
109
+
description: Export logs from the "Patcher" screen.
110
110
render: shell
111
111
validations:
112
112
required: false
@@ -116,11 +116,11 @@ body:
116
116
label: Acknowledgements
117
117
description: Your bug report will be closed if you don't follow the checklist below.
118
118
options:
119
-
- label: This issue is not a duplicate of an existing bug report.
119
+
- label: I have checked all open and closed bug reports and this is not a duplicate.
120
120
required: true
121
121
- label: I have chosen an appropriate title.
122
122
required: true
123
123
- label: All requested information has been provided properly.
124
124
required: true
125
-
- label: The bug is only related to ReVanced Manager
125
+
- label: The bug is only related to ReVanced Manager.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ 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-manager//labels/Feature%20request).
73
+
- **Do not submit a duplicate feature request**: Search for existing feature requests [here](https://github.com/ReVanced/revanced-manager/issues?q=label%3A%22Feature+request%22).
74
74
- **Review the contribution guidelines**: Make sure your feature request adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-manager/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
@@ -79,7 +79,6 @@ body:
79
79
description: |
80
80
- Describe your feature in detail
81
81
- Add images, videos, links, examples, references, etc. if possible
82
-
- Add the target application name in case you request a new patch
83
82
- type: textarea
84
83
attributes:
85
84
label: Motivation
@@ -98,9 +97,9 @@ body:
98
97
label: Acknowledgements
99
98
description: Your feature request will be closed if you don't follow the checklist below.
100
99
options:
101
-
- label: This issue is not a duplicate of an existing feature request.
100
+
- label: I have checked all open and closed feature requests and this is not a duplicate.
102
101
required: true
103
102
- label: I have chosen an appropriate title.
104
103
required: true
105
-
- label: The feature request is only related to ReVanced Manager
104
+
- label: The feature request is only related to ReVanced Manager.
0 commit comments