Skip to content

Commit

Permalink
Merge pull request #23 from Provismet/1.20
Browse files Browse the repository at this point in the history
Update issue templates.
  • Loading branch information
Provismet authored May 9, 2024
2 parents 3570cdd + 1aee0a0 commit f2fbec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
11 changes: 2 additions & 9 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,11 @@ body:
placeholder: Affected mod version or versions. Do NOT simply write "latest".
validations:
required: true
- type: dropdown
- type: input
id: mc-ver
attributes:
label: Minecraft Version
multiple: true
options:
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
placeholder: Affected Minecraft version or versions. Do NOT simply write "latest".
validations:
required: true
- type: dropdown
Expand All @@ -56,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
11 changes: 2 additions & 9 deletions .github/ISSUE_TEMPLATE/incompat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,11 @@ body:
placeholder: Affected mod version or versions. Do NOT simply write "latest".
validations:
required: true
- type: dropdown
- type: input
id: mc-ver
attributes:
label: Minecraft Version
multiple: true
options:
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
placeholder: Affected Minecraft version or versions. Do NOT simply write "latest".
validations:
required: true
- type: dropdown
Expand All @@ -63,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

0 comments on commit f2fbec7

Please sign in to comment.