From 0c3391c6cb538ee38b033a87e08e3df5ce4867ce Mon Sep 17 00:00:00 2001 From: mgechev Date: Wed, 19 May 2021 15:15:59 -0700 Subject: [PATCH] docs(devtools): update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 17 ++--------------- .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 15 deletions(-) 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 index de27e2a66c9..0bd19439043 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,22 +6,11 @@ labels: bug assignees: '' --- -_Description:_ - -... - -**Angular Devtools version (required)**: +**Angular DevTools version (required)**: **Angular version (required):** -**Date:** - -**OS:** - -_Demo test application:_ - -- Git repository for demo app showing the issue (optional but very helpful for difficult issues). -- If a code snippet will completely show the issue, please include it. +**Link to a minimal stackblitz reproduction (strongly encouraged):** _Description of issue:_ @@ -36,5 +25,3 @@ _Steps to reproduce:_ 3. _Additional details:_ - -.... diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..951b647a05b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,15 @@ +--- +name: Feature request +about: Create a feature request +title: '' +labels: feature +assignees: '' +--- + +**What feature do you want to see?** + +**Why is it important to you?** + +**Describe functionality in details. Apply mocks if applicable:** + +_Additional details:_