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
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: Bug Report
2
2
description: File a bug report.
3
-
title: "[Version] [Mod Loader] [Bug]: "
3
+
title: "[Version] [Mod loader] Bug: "
4
4
assignees:
5
5
- Edouard127
6
6
body:
@@ -40,11 +40,3 @@ body:
40
40
attributes:
41
41
label: Log Output
42
42
description: Please copy the entire log file located in `.minecraft/logs/latest.log` to [MCLogs](https://mclo.gs) and provide the link here.
43
-
- type: checkboxes
44
-
id: terms
45
-
attributes:
46
-
label: Code of Conduct
47
-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/lambda-client/lambda/blob/master/.github/CODE_OF_CONDUCT.md).
48
-
options:
49
-
- label: I agree to follow this project's Code of Conduct
value: "I would like to implement a feature that..."
16
16
validations:
17
17
required: true
18
-
- type: textarea
19
-
id: extra
20
-
attributes:
21
-
label: Additional Information
22
-
description: Is there anything else you would like to add?
23
18
- type: checkboxes
24
19
id: pr
25
20
attributes:
26
21
label: Pull Request
27
22
options:
28
23
- label: I will be submitting a pull request
29
-
- type: checkboxes
30
-
id: terms
31
-
attributes:
32
-
label: Code of Conduct
33
-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/lambda-client/lambda/blob/master/.github/CODE_OF_CONDUCT.md).
34
-
options:
35
-
- label: I agree to follow this project's Code of Conduct
0 commit comments