Skip to content

Commit 842314d

Browse files
committed
removed useless template stuff
1 parent a21a18b commit 842314d

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: File a bug report.
3-
title: "[Version] [Mod Loader] [Bug]: "
3+
title: "[Version] [Mod loader] Bug: "
44
assignees:
55
- Edouard127
66
body:
@@ -40,11 +40,3 @@ body:
4040
attributes:
4141
label: Log Output
4242
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
50-
required: true
Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature
22
description: Request or implement a feature.
3-
title: "[Version] [Mod Loader] [Feature]: "
3+
title: "[Version] [Mod loader] Feat: "
44
assignees:
55
- Edouard127
66
body:
@@ -15,22 +15,9 @@ body:
1515
value: "I would like to implement a feature that..."
1616
validations:
1717
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?
2318
- type: checkboxes
2419
id: pr
2520
attributes:
2621
label: Pull Request
2722
options:
2823
- 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
36-
required: true

0 commit comments

Comments
 (0)