Skip to content

Commit b2e3212

Browse files
CrusherNotDripTechnikTil
authored andcommitted
Issue template checklist so far + PR Template
1 parent 23d73c6 commit b2e3212

6 files changed

Lines changed: 70 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
name: Bug
2+
title: "Bug: "
23
description: This issue is about a bug inside the engine.
34
labels: ["Issue: Bug", "Status: Pending..."]
4-
title: "Bug: "
5+
body:
6+
- type: checkboxes
7+
id: checklist
8+
attributes:
9+
label: Checklist
10+
description: A quick checklist to ensure something something yadi yada
11+
options:
12+
- label: I checked and searched if this issue has already been reported in this repo.
13+
- label: I did not have any mods enabled/installed when reproducing.
14+
validations:
15+
required: true
16+
- type: upload
17+
id: logs
18+
attributes:
19+
label: Logs
20+
description: If you're reporting a crash or something similar than it is recommended to leave the logs here.
21+
validations:
22+
required: false
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
name: Compiling
2+
title: "Compiling: "
23
description: This issue is about compiling the engine.
34
labels: ["Issue: Compiling", "Status: Pending..."]
4-
title: "Compiling: "
5+
body:
6+
- type: checkboxes
7+
id: checklist
8+
attributes:
9+
label: Checklist
10+
description: A quick checklist to ensure something something yadi yada
11+
options:
12+
- label: I checked and searched if this issue has already been reported in this repo.
13+
validations:
14+
required: true
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
name: Documentation
2+
title: "Documentation: "
23
description: This issue is about a documentation suggestion or error.
34
labels: ["Issue: Documentation", "Status: Pending..."]
4-
title: "Documentation: "
5+
body:
6+
- type: checkboxes
7+
id: checklist
8+
attributes:
9+
label: Checklist
10+
description: A quick checklist to ensure something something yadi yada
11+
options:
12+
- label: I checked and searched if this issue has already been reported in this repo.
13+
validations:
14+
required: true
Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
name: Enhancement
2-
description: This issue is about a suggestion that you think should be added.
2+
title: "Enhancement: "
3+
description: This issue is about an enhancement that you think should be added.
34
labels: ["Issue: Enhancement", "Status: Pending..."]
4-
title: "Enhancement: "
5+
body:
6+
- type: checkboxes
7+
id: checklist
8+
attributes:
9+
label: Checklist
10+
description: A quick checklist to ensure something something yadi yada
11+
options:
12+
- label: I checked and searched if this enhancement has already been suggested.
13+
validations:
14+
required: true

.github/ISSUE_TEMPLATE/github.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
name: GitHub
2-
description: This issue is about the GitHub.
2+
title: "GitHub: "
3+
description: This issue is about the GitHub itself.
34
labels: ["Issue: GitHub", "Status: Pending..."]
4-
title: "GitHub: "
5+
body:
6+
- type: checkboxes
7+
id: checklist
8+
attributes:
9+
label: Checklist
10+
description: A quick checklist to ensure something something yadi yada
11+
options:
12+
- label: I checked and searched if this issue has already been reported in this repo.
13+
validations:
14+
required: true

.github/pull_request_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!-- Describe what this pull request does. -->
2+
## [DESCRIPTION]
3+
4+
<!-- Does this pull request close any issue/pull request? -->
5+
## [CLOSES]

0 commit comments

Comments
 (0)