Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add byond version to issue reporting template #22972

Merged
merged 3 commits into from
Jan 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading