Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 907b3c9

Browse files
authored
Merge branch 'yogstation13:master' into fixeslavalandmainframe
2 parents 9719d77 + 9224866 commit 907b3c9

File tree

440 files changed

+6797
-173624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

440 files changed

+6797
-173624
lines changed

.github/ISSUE_TEMPLATE/00-bug-report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ body:
5151
description: Also known as ckey, its the username you use to login on BYOND.
5252
placeholder: "Player1702"
5353

54+
- type: input
55+
attributes:
56+
label: BYOND version
57+
description: You can check this by opening BYOND, clicking the settings button, clicking on "About BYOND...", and the version will be in the lower left corner.
58+
placeholder: "123.4567"
59+
validations:
60+
required: true
61+
5462
- type: dropdown
5563
attributes:
5664
label: Was this done on a locally hosted or non-Yogstation hosted server?

.github/workflows/turdis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
cancel-in-progress: true
6767
steps:
6868
- uses: actions/checkout@v4
69+
- name: Setup .NET SDK
70+
uses: actions/[email protected]
71+
with:
72+
dotnet-version: 9.x
6973
- uses: robinraju/[email protected]
7074
with:
7175
repository: "OpenDreamProject/OpenDream"

0 commit comments

Comments
 (0)