From ad2f0d12857d4b200cd28ea4cce2309459d5ee9a Mon Sep 17 00:00:00 2001 From: Eugene Shakhsuvarov Date: Mon, 27 Aug 2018 16:55:25 +0300 Subject: [PATCH] Create multiple issue templates To improve flow for submitting an issue to Magento 2 GitHub issue templates for different situations are added. --- .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++ .../developer-experience-issue.md | 18 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 21 ++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/developer-experience-issue.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000000..17aa66c919eb5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Technical issue with the Magento 2 core components + +--- + + + +### Preconditions + +1. +2. + +### Steps to reproduce + +1. +2. + +### Expected result + +1. [Screenshots, logs or description] +2. + +### Actual result + +1. [Screenshots, logs or description] +2. diff --git a/.github/ISSUE_TEMPLATE/developer-experience-issue.md b/.github/ISSUE_TEMPLATE/developer-experience-issue.md new file mode 100644 index 0000000000000..a66b0c62ef8e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/developer-experience-issue.md @@ -0,0 +1,18 @@ +--- +name: Developer experience issue +about: Issues related to customization, extensibility, modularity + +--- + + + +### Summary + + +### Examples + + +### Proposed solution + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000000..de85da43b70fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Please consider reporting directly to https://github.com/magento/community-features + +--- + + + +### Description + + +### Expected behavior + + +### Benefits + + +### Additional information +