From 7b4e03eee20a6f7ba7739058e7fbe0af8ff7dd4a Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 7 May 2018 15:22:28 -0400 Subject: [PATCH] docs(issues): update issue templates --- .github/ISSUE_TEMPLATE/Bug_report.md | 37 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Custom.md | 7 +++++ .github/ISSUE_TEMPLATE/Feature_request.md | 33 ++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Custom.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 0000000000..c478ecc19f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug Report +about: Create a report to help us improve + +--- + + + +**Ionic Info** +Run `ionic info` from a terminal/cmd prompt and paste the output below. + +``` +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/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md new file mode 100644 index 0000000000..9d8589ea8a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Custom.md @@ -0,0 +1,7 @@ +--- +name: Support Question +about: Question on how to use this project + +--- + +Please do not submit support requests or "How to" questions here. Instead, please use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/ diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 0000000000..446be86507 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,33 @@ +--- +name: Feature Request +about: Suggest an idea for this project + +--- + + + +**Ionic Info** +Run `ionic info` from a terminal/cmd prompt and paste the output below. + +``` +insert the output from ionic info here +``` + +**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.