From 3d45028c14683bc8d0d34281774085e5c8b359d8 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 30 Jun 2023 14:40:26 +0200 Subject: [PATCH] update bug_report template --- .../.github/ISSUE_TEMPLATE/01_bug_report.md | 56 +++++++++---------- 1 file changed, 25 insertions(+), 31 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/01_bug_report.md b/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/01_bug_report.md index 238d793280..61587ae280 100644 --- a/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/01_bug_report.md +++ b/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/01_bug_report.md @@ -1,51 +1,45 @@ --- - name: 🐛 Bug Report description: "File a bug report, if you've discovered a problem in the Backoffice." labels: "type/bug" body: - - type: textarea id: "summary" attributes: - label: "Bug summary" - description: "Write a short summary of the bug." - placeholder: > - Try to pinpoint it as much as possible. - + label: "Bug summary" + description: "Write a short summary of the bug." + placeholder: > + Try to pinpoint it as much as possible. + Try to state the actual problem, and not just what you think the solution might be. - validations: - required: true - + required: true - type: textarea attributes: - label: "Specifics" - id: "specifics" - description: "Remember that you can format code and logs nicely with the `<>` button" - placeholder: > - Mention the URL where this bug occurs, if applicable - + label: "Specifics" + id: "specifics" + description: "Remember that you can format code and logs nicely with the `<>` button" + placeholder: > + Mention the URL where this bug occurs, if applicable + Please mention if you've checked it in other browsers as well - + Please include full error messages and screenshots, gifs or mp4 videos if applicable - - type: textarea attributes: - label: "Steps to reproduce" - id: "reproduction" - description: "How can we reproduce the problem on a clean Umbraco install?" - placeholder: > - Please include screenshots, gifs or mp4 videos if applicable + label: "Steps to reproduce" + id: "reproduction" + description: "How can we reproduce the problem on a clean Umbraco install?" + placeholder: > + Please include screenshots, gifs or mp4 videos if applicable validations: - required: true - + required: true - type: textarea attributes: - label: "Expected result / actual result" - id: "result" - description: "What did you expect that would happen on your Umbraco site and what is the actual result of the above steps?" - placeholder: > - Describe the intended/desired outcome after you did the steps mentioned. - + label: "Expected result / actual result" + id: "result" + description: "What did you expect that would happen on your Umbraco site and what is the actual result of the above steps?" + placeholder: > + Describe the intended/desired outcome after you did the steps mentioned. + Describe the behaviour of the bug