Skip to content

Commit 8aa6622

Browse files
committed
issue templates + small changes
1 parent 5bcb56f commit 8aa6622

File tree

5 files changed

+91
-1
lines changed

5 files changed

+91
-1
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Bug Report
2+
description: Report an issue or bug in the project
3+
title: "[Bug]: "
4+
labels: [bug]
5+
body:
6+
- type: input
7+
id: title
8+
attributes:
9+
label: Title
10+
placeholder: "Provide a short summary of the bug"
11+
required: true
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
description: "Provide a detailed description of the bug, including steps to reproduce, expected behavior, and observed behavior."
17+
placeholder: "Describe the issue here"
18+
required: true
19+
- type: input
20+
id: layer
21+
attributes:
22+
label: Layer (if applicable)
23+
placeholder: "Specify the layer where this issue occurs (if known)"
24+
required: false
25+
- type: dropdown
26+
id: severity
27+
attributes:
28+
label: Severity
29+
description: "Select the severity level of the bug"
30+
options:
31+
- Minor
32+
- Major
33+
- Critical
34+
required: true
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Feature Request
2+
description: Suggest a new feature for the project
3+
title: "[Feature Request]: "
4+
labels: [enhancement]
5+
body:
6+
- type: input
7+
id: title
8+
attributes:
9+
label: Title
10+
placeholder: "Provide a short title for the feature request"
11+
required: true
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
description: "Provide a detailed description of the feature, including why it is needed and any potential implementation details."
17+
placeholder: "Describe your feature request here"
18+
required: true
19+
- type: dropdown
20+
id: priority
21+
attributes:
22+
label: Priority
23+
description: "Select the priority level for this feature"
24+
options:
25+
- Low
26+
- Medium
27+
- High
28+
required: true
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Layer Request
2+
description: Request the addition or modification of a specific layer
3+
title: "[Layer Request]: "
4+
labels: [layer]
5+
body:
6+
- type: input
7+
id: mod
8+
attributes:
9+
label: Mod
10+
placeholder: "Specify which mod this layer belongs to"
11+
required: true
12+
- type: input
13+
id: layer
14+
attributes:
15+
label: Layer
16+
placeholder: "Specify the layer name (if known)"
17+
required: false
18+
- type: textarea
19+
id: description
20+
attributes:
21+
label: Description
22+
description: "Provide any additional details about the layer, such as its purpose or configuration."
23+
placeholder: "Describe the layer details here"
24+
required: false

about.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ This mod converts most menus' backgrounds to the Geode one (SwelvyBG). This incl
99
- MODDED LAYERS :D
1010
- and more...
1111

12-
Please create an [issue]() on GitHub for feature requests!
12+
Please create an [issue](https://github.com/OmgRod/Geodify/issues) on GitHub for feature requests or bug reports!
13+
14+
For bug reports, please use the `bug` label.
15+
For feature requests, please use the `feature request` label.
16+
For layer requests, please use the `layer` label.
1317

1418
## Credits
1519

150 KB
Loading

0 commit comments

Comments
 (0)