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.