diff options
| author | Giuseppe Gadola <67549788+giusgad@users.noreply.github.com> | 2023-02-24 23:39:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-24 23:39:49 +0100 |
| commit | 27c3b71dc39640b71e03fb5e32b5964852bb92fc (patch) | |
| tree | 8d33edcffa77c2b5b08432862e8057e2fec91508 | |
| parent | chore: update bug report issue (diff) | |
chore: update issue template
| -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" |