diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/issue.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/issue.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index e7867e1..b767104 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -44,7 +44,7 @@ body: - type: textarea attributes: label: "Step 3. Describe the issue" - value: "\n<!-- Firsly describe your issue here! -->\n\n<details><summary>Logs</summary>\n\n```\n<!-- Put your log content here!-->\n```\n\n</details>" + value: "\n<!-- Firstly describe your issue here! -->\n\n<details><summary>Logs</summary>\n\n```\n<!-- Put your log content here!-->\n```\n\n</details>" validations: required: true |