diff options
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 |