From 359e03837c404bc0f25718195c6e3a35c7cbb6ce Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Sun, 26 Dec 2021 08:02:52 -0500 Subject: [PATCH] No placeholder --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 55e51b425..bb2138ade 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Report a bug description: when something isn't working right. -labels: bug +labels: [bug] body: - type: markdown attributes: @@ -15,17 +15,15 @@ body: required: true - type: 'textarea' attributes: - label: 'Describe the problem and how to replicate it. Any console errors to post _using a paste service_?' - description: 'Popular services include Pastebin and Hastebin.' - placeholder: 'A problem I found is...' + label: 'Describe the problem and how to replicate it. Any console errors to share?' + description: 'Paste the error into the field below.' render: shell validations: required: true - type: 'textarea' attributes: - label: 'If applicable, can you provide an example quest from quests.yml _using a paste service_?' + label: 'If applicable, can you provide an example quest from quests.yml?' description: 'Do not upload the file itself.' - placeholder: 'A problem I found is...' render: shell validations: required: false