From db5e77eeb7a69f64af530913556c81fb501e71ca Mon Sep 17 00:00:00 2001 From: Selis <12716288+ItsSelis@users.noreply.github.com> Date: Sun, 26 Jan 2025 15:04:32 +0100 Subject: [PATCH] Converting UI report template to issue form (#16951) * Converting UI report template to issue form * Update ui_report.yml --- .github/ISSUE_TEMPLATE/ui_report.md | 35 ---------------------- .github/ISSUE_TEMPLATE/ui_report.yml | 43 ++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/ui_report.md create mode 100644 .github/ISSUE_TEMPLATE/ui_report.yml diff --git a/.github/ISSUE_TEMPLATE/ui_report.md b/.github/ISSUE_TEMPLATE/ui_report.md deleted file mode 100644 index 83dfec32e75..00000000000 --- a/.github/ISSUE_TEMPLATE/ui_report.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: UI Bug report -about: Create a report, specific to any UI related things. -title: '[UI] ' -labels: 'Type: Bug' -assignees: '' - ---- - - - - - - -#### Brief description of the bug - - -#### What you expected to happen - - -#### What actually happened - - -#### Steps to reproduce -- (Step 1) -- (Step 2) -- (and so on) - - -#### Code Revision -- (Found using the "Show Server Revision" verb under the OOC tab.) - - -#### Anything else you may wish to add: -- (Location if it's a mapping issue, screenshots, sprites, etc.) diff --git a/.github/ISSUE_TEMPLATE/ui_report.yml b/.github/ISSUE_TEMPLATE/ui_report.yml new file mode 100644 index 00000000000..322f86e80e5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ui_report.yml @@ -0,0 +1,43 @@ +name: UI Bug +description: File a bug report, specific to any UI related things. +title: '[UI] ' +labels: 'Type: Bug' +type: 'bug' +assignees: '' +body: +- type: textarea + attributes: + label: Brief description of the bug + description: "Please provide a clear and concise description of what the bug is." + validations: + required: true + +- type: textarea + attributes: + label: Reproduction steps + description: "How do you trigger this bug? Please walk us through it step by step." + value: | + 1. + 2. + 3. + ... + render: bash + validations: + required: true + +- type: input + attributes: + label: Code Revision + description: "Found using the "Show Server Revision" verb under the OOC tab." + validations: + required: false + +- type: textarea + attributes: + label: Anything else you may wish to add + description: | + Location if it's a mapping issue, screenshots, sprites, etc. + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false