Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgRod committed Jan 18, 2025
1 parent 4959cf7 commit 3d82e34
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 89 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Bug Report
description: Report an issue or bug in the project
title: "[Bug]: "
labels: [bug]
body:
- type: input
id: title
attributes:
label: Title
placeholder: "Provide a short summary of the bug"
required: true
- type: textarea
id: description
attributes:
label: Description
description: "Provide a detailed description of the bug, including steps to reproduce, expected behavior, and observed behavior."
placeholder: "Describe the issue here"
required: true
- type: input
id: layer
attributes:
label: Layer (if applicable)
placeholder: "Specify the layer where this issue occurs (if known)"
required: false
- type: dropdown
id: severity
attributes:
label: Severity
description: "Select the severity level of the bug"
options:
- Minor
- Major
- Critical
required: true
89 changes: 0 additions & 89 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,90 +1 @@
blank_issues_enabled: true
issue_template:
- name: Bug Report
description: "Report an issue or bug in the project"
title: "[Bug]: "
labels: [bug]
body:
- type: input
id: title
attributes:
label: Title
placeholder: "Provide a short summary of the bug"
required: true
- type: textarea
id: description
attributes:
label: Description
description: "Provide a detailed description of the bug, including steps to reproduce, expected behavior, and observed behavior."
placeholder: "Describe the issue here"
required: true
- type: input
id: layer
attributes:
label: Layer (if applicable)
placeholder: "Specify the layer where this issue occurs (if known)"
required: false
- type: dropdown
id: severity
attributes:
label: Severity
description: "Select the severity level of the bug"
options:
- Minor
- Major
- Critical
required: true

- name: Feature Request
description: "Suggest a new feature for the project"
title: "[Feature Request]: "
labels: [feature request]
body:
- type: input
id: title
attributes:
label: Title
placeholder: "Provide a short title for the feature request"
required: true
- type: textarea
id: description
attributes:
label: Description
description: "Provide a detailed description of the feature, including why it is needed and any potential implementation details."
placeholder: "Describe your feature request here"
required: true
- type: dropdown
id: priority
attributes:
label: Priority
description: "Select the priority level for this feature"
options:
- Low
- Medium
- High
required: true

- name: Layer Request
description: "Request the addition or modification of a specific layer"
title: "[Layer Request]: "
labels: [layer]
body:
- type: input
id: mod
attributes:
label: Mod
placeholder: "Specify which mod this layer belongs to"
required: true
- type: input
id: layer
attributes:
label: Layer
placeholder: "Specify the layer name (if known)"
required: false
- type: textarea
id: description
attributes:
label: Description
description: "Provide any additional details about the layer, such as its purpose or configuration."
placeholder: "Describe the layer details here"
required: false
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Feature Request
description: Suggest a new feature for the project
title: "[Feature Request]: "
labels: [feature request]
body:
- type: input
id: title
attributes:
label: Title
placeholder: "Provide a short title for the feature request"
required: true
- type: textarea
id: description
attributes:
label: Description
description: "Provide a detailed description of the feature, including why it is needed and any potential implementation details."
placeholder: "Describe your feature request here"
required: true
- type: dropdown
id: priority
attributes:
label: Priority
description: "Select the priority level for this feature"
options:
- Low
- Medium
- High
required: true
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/layer_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Layer Request
description: Request the addition or modification of a specific layer
title: "[Layer Request]: "
labels: [layer]
body:
- type: input
id: mod
attributes:
label: Mod
placeholder: "Specify which mod this layer belongs to"
required: true
- type: input
id: layer
attributes:
label: Layer
placeholder: "Specify the layer name (if known)"
required: false
- type: textarea
id: description
attributes:
label: Description
description: "Provide any additional details about the layer, such as its purpose or configuration."
placeholder: "Describe the layer details here"
required: false

0 comments on commit 3d82e34

Please sign in to comment.