Skip to content

Commit

Permalink
update issue templates on 1.18 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Feb 27, 2024
1 parent 3c93565 commit 269fde9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
22 changes: 15 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ body:
validations:
required: true

- type: dropdown
id: loader
attributes:
label: Loader
multiple: false
options:
- forge
- fabric
validations:
required: true

- type: input
id: version-version
attributes:
Expand All @@ -26,12 +37,9 @@ body:
label: Minecraft Version
multiple: false
options:
- 1.18

- type: input
id: loader-version
attributes:
label: Forge Version
- "1.20"
- "1.19"
- "1.18"
validations:
required: true

Expand All @@ -40,4 +48,4 @@ body:
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
render: Shell
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ body:
placeholder: So I was think about...
validations:
required: true

- type: textarea
id: problem-solving
attributes:
label: Does this solve a particular problem?
placeholder: Yes, it balances...
placeholder: Yes, it balances...
validations:
required: false
required: false
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Analyze
on:
push:
branches: [1.18.x]
branches: ["[0-9]+.[0-9]+.x"]

jobs:
build:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build and upload
uses: gradle/gradle-build-action@v2
with:
arguments: build sonar
arguments: build sonarqube
env:
GITHUB_TOKEN: ${{ secrets.MAVEN_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 269fde9

Please sign in to comment.