From 26ffeb3ce04c7fe041bd3246c315ae28ed9f4c7b Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 30 Jun 2023 14:45:16 +0200 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/02_feature_request.md | 5 +-- .../.github/ISSUE_TEMPLATE/🐛-bug-report.md | 32 +++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/🐛-bug-report.md diff --git a/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/02_feature_request.md b/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/02_feature_request.md index e1eb579e79..d82f25d7c1 100644 --- a/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/02_feature_request.md +++ b/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/02_feature_request.md @@ -1,9 +1,10 @@ --- -name: ✨ Feature request +name: "✨ Feature request" about: Suggest an idea for this project title: '' -labels: 'type/feature' +labels: type/feature assignees: '' + --- **Is your feature request related to a problem? Please describe.** diff --git a/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/🐛-bug-report.md b/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/🐛-bug-report.md new file mode 100644 index 0000000000..e48baa3152 --- /dev/null +++ b/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/🐛-bug-report.md @@ -0,0 +1,32 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us improve +title: "[BUG]: " +labels: type/bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.