From 3b93b6d108471d597b6967a0df27c2e9154a9cd6 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Thu, 27 Aug 2020 09:45:13 +0200 Subject: [PATCH] Adds .NET Core issue template --- .github/ISSUE_TEMPLATE/3_BugNetCore.md | 65 +++++++++++++++++++ ...port_question.md => 4_Support_question.md} | 0 ...tion_issue.md => 5_Documentation_issue.md} | 0 ..._Security_issue.md => 6_Security_issue.md} | 0 4 files changed, 65 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/3_BugNetCore.md rename .github/ISSUE_TEMPLATE/{3_Support_question.md => 4_Support_question.md} (100%) rename .github/ISSUE_TEMPLATE/{4_Documentation_issue.md => 5_Documentation_issue.md} (100%) rename .github/ISSUE_TEMPLATE/{5_Security_issue.md => 6_Security_issue.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/3_BugNetCore.md b/.github/ISSUE_TEMPLATE/3_BugNetCore.md new file mode 100644 index 0000000000..a6f0187769 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_BugNetCore.md @@ -0,0 +1,65 @@ +--- +name: 🌟 .Net Core Bug Report +about: For bugs specifically for the **upcoming** .NET Core release of Umbraco, don't use this if you're working with Umbraco version 7 or 8 +labels: project/net-core +--- + +â„šī¸ If this bug **also** appears on the current version 8 of Umbraco then please [report it as a regular bug](https://github.com/umbraco/Umbraco-CMS/issues/new?template=1_Bug.md), fixes in version 8 will be merged to the .NET Core version. + +A brief description of the issue goes here. + + + + +Reproduction +------------ + +If you're filing a bug, please describe how to reproduce it. Include as much +relevant information as possible, such as: + +### Bug summary + + + +### Specifics + + + +### Steps to reproduce + + + +### Expected result + + + +### Actual result + + diff --git a/.github/ISSUE_TEMPLATE/3_Support_question.md b/.github/ISSUE_TEMPLATE/4_Support_question.md similarity index 100% rename from .github/ISSUE_TEMPLATE/3_Support_question.md rename to .github/ISSUE_TEMPLATE/4_Support_question.md diff --git a/.github/ISSUE_TEMPLATE/4_Documentation_issue.md b/.github/ISSUE_TEMPLATE/5_Documentation_issue.md similarity index 100% rename from .github/ISSUE_TEMPLATE/4_Documentation_issue.md rename to .github/ISSUE_TEMPLATE/5_Documentation_issue.md diff --git a/.github/ISSUE_TEMPLATE/5_Security_issue.md b/.github/ISSUE_TEMPLATE/6_Security_issue.md similarity index 100% rename from .github/ISSUE_TEMPLATE/5_Security_issue.md rename to .github/ISSUE_TEMPLATE/6_Security_issue.md