diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml index 957b135..deb7a58 100644 --- a/.github/ISSUE_TEMPLATE/other.yml +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -1,6 +1,13 @@ name: Question description: Use this for any other issues. PLEASE do not create blank issues. title: "[QUESTION]" -labels: [] -body: "" +labels: ["question"] +body: + - type: textarea + id: extrainfo + attributes: + label: [] + description: Is there anything else we should know about this issue? + validations: + required: false