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.yaml
+51-21Lines changed: 51 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -2,25 +2,55 @@ name: Bug report
2
2
description: File a bug/issue
3
3
title: "[Bug] "
4
4
body:
5
-
- type: checkboxes
6
-
attributes:
7
-
label: Is there an existing issue for this?
8
-
options:
9
-
- label: I have searched the existing issues
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Before creating a new bug report, please keep the following in mind:
9
+
10
+
- **Do not submit a duplicate bug report**: Search for existing bug reports [here](https://github.com/chsbuffer/ReVancedXposed/issues?q=%5BBug%5D).
11
+
- **Check the troubleshooting guide**: A solution to your issue might be found in the [FAQ](https://github.com/chsbuffer/ReVancedXposed/wiki/Frequently-Asked-Questions).
12
+
- type: checkboxes
13
+
attributes:
14
+
label: Acknowledgements
15
+
options:
16
+
- label: I have checked all open and closed bug reports and this is not a duplicate.
17
+
required: true
18
+
- label: I have read the FAQ.
19
+
required: true
20
+
- type: input
21
+
attributes:
22
+
label: Environment
23
+
description: |
24
+
OS version, Android version, Root manager (Magisk/KSU/APatch), LSPosed version.
0 commit comments