mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
PR template and github issue template updates (#17429)
* Updates pull request template * Updates bug reports * weeee
This commit is contained in:
10
.github/ISSUE_TEMPLATE/00-bug-report.yml
vendored
10
.github/ISSUE_TEMPLATE/00-bug-report.yml
vendored
@@ -50,7 +50,15 @@ body:
|
||||
label: BYOND Username
|
||||
description: Also known as ckey, its the username you use to login on BYOND.
|
||||
placeholder: "Player1702"
|
||||
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Was this done on a locally hosted or non-Yogstation hosted server?
|
||||
description: This information is important so we can better determine if it is an issue caused on our end or on your local branch.
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional information
|
||||
|
||||
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -23,8 +23,8 @@ Important documentation information includes, but is not limited to: any numeric
|
||||
|
||||
# Changelog
|
||||
|
||||
<!-- Edit the changelog below to reflect the changes made by this PR, even if the changes are minor - required for every PR.
|
||||
If you add a name after the ':cl', that name will be used in the changelog. Leave it empty to use your GitHub name. -->
|
||||
<!-- Edit the changelog below to reflect the changes made by this PR, even if the changes are minor - required for every PR that has player-facing changes.
|
||||
If you add a name after the ':cl:', that name will be used in the changelog. Leave it empty to use your GitHub name. -->
|
||||
|
||||
:cl:
|
||||
rscadd: Added new things
|
||||
|
||||
Reference in New Issue
Block a user