From 7c3068900191a1af0b6445b046f379e1aef6c4ef Mon Sep 17 00:00:00 2001 From: Paul Stelzer Date: Fri, 7 Dec 2018 17:07:01 +0100 Subject: [PATCH] chore(issues): update the issue templates (#16578) --- .github/ISSUE_TEMPLATE.md | 20 ++++--- .github/ISSUE_TEMPLATE/bug_report.md | 66 ++++++++++++++--------- .github/ISSUE_TEMPLATE/feature_request.md | 32 +++++------ 3 files changed, 71 insertions(+), 47 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ddbff975c1..9101d47201 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,13 +1,18 @@ - + -**Ionic version:** (check one with "x") -(For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) -(For Ionic 2.x & 3.x issues, please use https://github.com/ionic-team/ionic-v3) -[ ] **4.x** + -**I'm submitting a ...** (check one with "x") + + +**Ionic version:** + + +[x] **4.x** + +**I'm submitting a ...** + [ ] bug report [ ] feature request @@ -41,7 +46,8 @@ insert short code snippets here **Other information:** -**Ionic info:** (run `ionic info` from a terminal/cmd prompt and paste output below): +**Ionic info:** + ``` insert the output from ionic info here diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1b24a16bc6..4203416186 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,36 +4,52 @@ about: Create a report to help us improve --- - -ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. ---> + + + + + # Bug Report -**Ionic Info** -Run `ionic info` from a terminal/cmd prompt and paste the output below. +**Ionic version:** + + +[x] **4.x** + +**Current behavior:** + + +**Expected behavior:** + + +**Steps to reproduce:** + + +**Related code:** + + + +``` +insert short code snippets here +``` + +**Other information:** + + +**Ionic info:** + ``` insert the output from ionic info here ``` - -**Describe the Bug** -A clear and concise description of what the bug is. - -**Steps to Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Related Code** -If you are able to illustrate the bug with an example, please provide a sample application via an online code collaborator such as [StackBlitz](https://stackblitz.com), or [GitHub](https://github.com). - -**Expected Behavior** -A clear and concise description of what you expected to happen. - -**Additional Context** -List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, screenshots, OS if applicable, etc. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4153384329..c81bda8aa5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,32 +4,34 @@ about: Suggest an idea for this project --- - -ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. ---> + + + + + + + # Feature Request -**Ionic Info** -Run `ionic info` from a terminal/cmd prompt and paste the output below. - -``` -insert the output from ionic info here -``` +**Ionic version:** + + +[x] **4.x** **Describe the Feature Request** -A clear and concise description of what the feature request is. Please include if your feature request is related to a problem. + **Describe Preferred Solution** -A clear and concise description of what you want to happen. + **Describe Alternatives** -A clear and concise description of any alternative solutions or features you've considered. + **Related Code** -If you are able to illustrate the feature request with an example, please provide a sample application via an online code collaborator such as [StackBlitz](https://stackblitz.com), or [GitHub](https://github.com). + **Additional Context** -List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to add, use case, Stack Overflow links, forum links, screenshots, OS if applicable, etc. +