Skip to content

Commit 4959cf7

Browse files
committed
will this work?
1 parent 691bb8c commit 4959cf7

File tree

4 files changed

+89
-93
lines changed

4 files changed

+89
-93
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 89 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,90 @@
11
blank_issues_enabled: true
2-
contact_links:
3-
- name: General Support
4-
url: https://github.com/your-repository/discussions
5-
about: "Get help, ask questions, or discuss the project."
6-
- name: Documentation Feedback
7-
url: https://github.com/your-repository/issues
8-
about: "Provide feedback on the documentation or request improvements."
2+
issue_template:
3+
- name: Bug Report
4+
description: "Report an issue or bug in the project"
5+
title: "[Bug]: "
6+
labels: [bug]
7+
body:
8+
- type: input
9+
id: title
10+
attributes:
11+
label: Title
12+
placeholder: "Provide a short summary of the bug"
13+
required: true
14+
- type: textarea
15+
id: description
16+
attributes:
17+
label: Description
18+
description: "Provide a detailed description of the bug, including steps to reproduce, expected behavior, and observed behavior."
19+
placeholder: "Describe the issue here"
20+
required: true
21+
- type: input
22+
id: layer
23+
attributes:
24+
label: Layer (if applicable)
25+
placeholder: "Specify the layer where this issue occurs (if known)"
26+
required: false
27+
- type: dropdown
28+
id: severity
29+
attributes:
30+
label: Severity
31+
description: "Select the severity level of the bug"
32+
options:
33+
- Minor
34+
- Major
35+
- Critical
36+
required: true
37+
38+
- name: Feature Request
39+
description: "Suggest a new feature for the project"
40+
title: "[Feature Request]: "
41+
labels: [feature request]
42+
body:
43+
- type: input
44+
id: title
45+
attributes:
46+
label: Title
47+
placeholder: "Provide a short title for the feature request"
48+
required: true
49+
- type: textarea
50+
id: description
51+
attributes:
52+
label: Description
53+
description: "Provide a detailed description of the feature, including why it is needed and any potential implementation details."
54+
placeholder: "Describe your feature request here"
55+
required: true
56+
- type: dropdown
57+
id: priority
58+
attributes:
59+
label: Priority
60+
description: "Select the priority level for this feature"
61+
options:
62+
- Low
63+
- Medium
64+
- High
65+
required: true
66+
67+
- name: Layer Request
68+
description: "Request the addition or modification of a specific layer"
69+
title: "[Layer Request]: "
70+
labels: [layer]
71+
body:
72+
- type: input
73+
id: mod
74+
attributes:
75+
label: Mod
76+
placeholder: "Specify which mod this layer belongs to"
77+
required: true
78+
- type: input
79+
id: layer
80+
attributes:
81+
label: Layer
82+
placeholder: "Specify the layer name (if known)"
83+
required: false
84+
- type: textarea
85+
id: description
86+
attributes:
87+
label: Description
88+
description: "Provide any additional details about the layer, such as its purpose or configuration."
89+
placeholder: "Describe the layer details here"
90+
required: false

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/layer-request.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)