Skip to content

Commit

Permalink
Update issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provismet committed Jun 21, 2024
1 parent bf068b5 commit b4ae312
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ body:
attributes:
label: Steps to Reproduce
placeholder: Write steps out here, e.g. in bullet points...
render: bash
validations:
required: true
- type: textarea
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/incompat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ body:
attributes:
label: Steps to Reproduce
placeholder: Write steps out here, e.g. in bullet points...
render: bash
validations:
required: true
- type: textarea
Expand Down
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/suggestion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Suggestion
description: Have an idea for a new feature or general improvement? Explain it here.
labels: ["enhancement"]
projects: "Provismet/3"
body:
- type: dropdown
id: suggestion_type
attributes:
label: Type of Suggestion
options:
- New Feature
- Modify Existing Functionality
- Mod Compatibility
- Other
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
placeholder: Describe your idea in detail. (What does it do? How does it activate? Does it interact with any existing features?)
validations:
required: true
- type: textarea
id: reason
attributes:
label: Reason
placeholder: Describe why you want this feature. (How would it affect your gameplay? Do you have a specific use-case in mind? Are you a modder trying to link with this mod? etc)

0 comments on commit b4ae312

Please sign in to comment.