From d18f15793b8e05dbfd45ce132d9f134ac5031bf7 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Sat, 9 Nov 2024 10:05:14 +0100 Subject: [PATCH] remove old issue templates --- .../.github/ISSUE_TEMPLATE/01_bug_report.md | 32 ------------------- .../ISSUE_TEMPLATE/02_feature_request.md | 20 ------------ .../.github/ISSUE_TEMPLATE/config.yml | 8 ----- 3 files changed, 60 deletions(-) delete mode 100644 src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/01_bug_report.md delete mode 100644 src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/02_feature_request.md delete mode 100644 src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/config.yml 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 deleted file mode 100644 index e48baa3152..0000000000 --- a/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/01_bug_report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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. 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 deleted file mode 100644 index d82f25d7c1..0000000000 --- a/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/02_feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: "✨ Feature request" -about: Suggest an idea for this project -title: '' -labels: type/feature -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/config.yml b/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 999d82b31b..0000000000 --- a/src/Umbraco.Web.UI.Client/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: 💡 Features and ideas - url: https://github.com/umbraco/Umbraco.CMS.Backoffice/discussions/new?category=ideas - about: Start a new discussion when you have ideas or feature requests, eventually discussions can turn into plans. - - name: ❓ Support Question - url: https://our.umbraco.com - about: This issue tracker is NOT meant for support questions. If you have a question, please join us on the discussions board or Discord.