Skip to content

Commit

Permalink
Add byond version to issue reporting template (#22972)
Browse files Browse the repository at this point in the history
* BYOND version

* May have forgotten about that part

* Make byond version required
  • Loading branch information
Oblisk234 authored Jan 24, 2025
1 parent aaa092f commit 5fba930
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/00-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ body:
description: Also known as ckey, its the username you use to login on BYOND.
placeholder: "Player1702"

- type: input
attributes:
label: BYOND version
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.
placeholder: "123.4567"
validations:
required: true

- type: dropdown
attributes:
label: Was this done on a locally hosted or non-Yogstation hosted server?
Expand Down

0 comments on commit 5fba930

Please sign in to comment.