Skip to content

Commit

Permalink
Merge pull request #2499 from AllTheMods/Staging
Browse files Browse the repository at this point in the history
1.8.5
  • Loading branch information
ladylexxie authored Oct 4, 2021
2 parents e47443a + d4e1103 commit 0da9cf9
Show file tree
Hide file tree
Showing 40 changed files with 452 additions and 134 deletions.
10 changes: 8 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body:
**Prior to filling out this bug report, please make sure of the following:**
- You tried on the latest version of the pack.
- You don't have any other mods installed.
- You checked the previous issues to see if it's not a duplicate.
- type: dropdown
id: fixes
attributes:
Expand All @@ -19,12 +20,17 @@ body:
- "No"
validations:
required: true
- type: input
- type: dropdown
id: pack-version
attributes:
label: Modpack Version
description: What version of the pack are you using?
placeholder: ex. 1.8.4
options:
- 1.8.5
- 1.8.4
- 1.8.3
- 1.7.11
- other
validations:
required: true
- type: textarea
Expand Down
13 changes: 9 additions & 4 deletions .github/ISSUE_TEMPLATE/crash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@ body:
- "No"
validations:
required: true
- type: input
- type: dropdown
id: pack-version
attributes:
label: Modpack Version
description: What version of the pack are you using?
placeholder: ex. 1.8.4
options:
- 1.8.5
- 1.8.4
- 1.8.3
- 1.7.11
- other
validations:
required: true
- type: textarea
Expand All @@ -38,8 +43,8 @@ body:
- type: input
id: logs
attributes:
label: latest.log
description: Please upload your 'latest.log' file to https://gist.github.com/ and leave the link here.
label: Crash Log
description: Please upload your crash log to https://gist.github.com/ and leave the link here.
placeholder: https://gist.github.com/
validations:
required: true
3 changes: 1 addition & 2 deletions config/allthetweaks-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
[packversionmin]
minor = 8
[packversionminrev]
minorrev = 4

minorrev = 5
Loading

0 comments on commit 0da9cf9

Please sign in to comment.