Skip to content

Commit

Permalink
PR template and github issue template updates (#17429)
Browse files Browse the repository at this point in the history
* Updates pull request template

* Updates bug reports

* weeee
  • Loading branch information
ReddicusDragon authored Jan 11, 2023
1 parent bad3b1f commit 06c8297
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/00-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06c8297

Please sign in to comment.