diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2024-07-19 15:27:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-19 15:27:07 +0200 |
commit | cef6423bd87b5ebc9b5250e7960f4a022ca739ad (patch) | |
tree | 0ecc17067e01e9a3cffd72e9dc42c4edfb9f1040 /.github | |
parent | 332446b8aa4e744c9e33008a00b407e2bafbc78c (diff) |
chore(Github): Update issue template to further emphasize the require… (#19442)
chore(Github): Update issue template to further emphasize the requirement of server debug output
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 34bcd63367..40185aa1be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -61,7 +61,9 @@ body: attributes: label: AC rev. hash/commit description: | - Copy the result of the `.server debug` command (if you need to run it from the client get a prat addon) + Paste the entire output result of the `.server debug` command. (If you need to run it from the client get a prat addon) + placeholder: | + Paste the entire output result of the `.server debug` command. (If you need to run it from the client get a prat addon) validations: required: true - type: input |