diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8a1a87c..10fb0b8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,8 +1,6 @@ -name: Bug report -about: Report an issue or bug -title: '' -labels: bug -assignees: '' +name: "Bug report" +description: "Report an issue or a bug" +labels: "bug: body: - type: textarea attributes: @@ -17,18 +15,14 @@ body: 3. ... - type: textarea attributes: - label: "Description" - placeholder: "When I do this, this happens" + label: "Your options" + placeholder: "The options you use in the setup function" + render: Lua - type: textarea attributes: label: "Screenshots" placeholder: "Insert screeenshots if necessary" - type: textarea attributes: - label: "Your options" - placeholder: "The options you use in the setup function" - render: "lua" - - type: textarea - attributes: label: "Extra" placeholder: "Any extra information" |