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
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,14 @@ body:
7
7
attributes:
8
8
value: |
9
9
Thank you for reporting a bug on CheatBreaker!
10
-
11
-
- Please check if your issue was addressed already in another issue or on our [Self Diagnostics page](https://docs.cheatbreaker.net/category/self-diagnostics)
12
-
- Provide as many details as possible. Simply saying "X crashes" or "X gives bug" isn't enough!
13
-
- Paste logs into the backticks (``)
14
-
- Please note that the launcher log file may include your system username. If thats something you don't want to share publicly, you can send the file to our support email (`[email protected]`), or simply remove every mention of your system username manually
15
10
11
+
# Before you proceed!
12
+
Please check if your issue was addressed already in another issue or on our [Self Diagnostics page](https://docs.cheatbreaker.net/category/self-diagnostics)
16
13
- type: textarea
17
14
attributes:
18
-
label: Describe the bug
19
-
description: A concise description of what you're experiencing
15
+
label: Describe the issue
16
+
description: |
17
+
Provide as many details as possible. Simply saying "X crashes" or "X gives bug" isn't enough!
20
18
validations:
21
19
required: true
22
20
@@ -86,6 +84,9 @@ body:
86
84
label: Log file
87
85
description: |
88
86
View [how to get the log file](https://docs.cheatbreaker.net/self-diagnostics/overview)
87
+
88
+
> [!NOTE]
89
+
> The launcher log file may include your system username. If thats something you don't want to share publicly, you can send the file to our support email (`[email protected]`), or simply remove every mention of your system username manually
0 commit comments