Skip to content

Commit

Permalink
Merge pull request #1263 from ThePainkiller/updatebugreport
Browse files Browse the repository at this point in the history
[PRIORITY MERGE] FIXES WORKFLOWS COMPILE ISSUES, updates bug report
  • Loading branch information
hermaplusplus authored Jan 20, 2025
2 parents 0b30703 + a7a0da6 commit a1787e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
label: Checks
description: Verify that all of the following is true.
options:
- label: I have searched the bug with a few keywords, and I confirm this bug was not yet reported.
- label: I have searched the bug with a few keywords, and I confirm this bug has not yet been reported.
required: true

- type: dropdown
Expand All @@ -25,7 +25,9 @@ body:
description: Where did the bug happen?
options:
- Dun Manor
- DakkaTown
- Stonehamlet
- Warmongers
- DakkaTown (OBSOLETE)
validations:
required: true

Expand Down Expand Up @@ -61,7 +63,7 @@ body:
id: staffdetails
attributes:
label: Staff ckey
description: If you talked with a staff member to have the bug resolved in-round please add their ckey here.
description: If you talked with a staff member to have the bug resolved in-round, please add their ckey here.
placeholder: Staff ckey
validations:
required: false
6 changes: 5 additions & 1 deletion .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
with:
path: $HOME/spaceman_dmm/$SPACEMAN_DMM_VERSION
key: ${{ runner.os }}-spacemandmm-${{ env.SPACEMAN_DMM_VERSION }}
- name: Setup .NET SDK
uses: actions/[email protected]
with:
dotnet-version: 9.x
- name: Install OpenDream
uses: robinraju/[email protected]
with:
Expand Down Expand Up @@ -163,4 +167,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: deploy
path: deploy
path: deploy

0 comments on commit a1787e1

Please sign in to comment.