diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 34895527..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,40 +0,0 @@ - - - - - -## Issue Checklist - -- [ ] You are submitting: -- [ ] You verified that this is a real problem by searching the [NativeScript Forum] and the other [issues] in this repo. -- [ ] You checked our [demo apps] and the [documentation] for sample usage. - -## Tell us about the problem - - -## Local environment - -- [ ] Platform -- [ ] Node version XX -- [ ] NativeScript CLI version - -## Project data - -- [ ] Platform you are building the app for -- [ ] Node dependencies: -``` - -``` -- [ ] Webpack configuration: -``` - -``` - -[NativeScript Forum]: http://forum.nativescript.org -[issues]: https://github.com/nativescript/nativescript-dev-webpack/issues?utf8=✓&q=is%3Aissue -[demo apps]: ../demo -[documentation]: https://docs.nativescript.org/best-practices/bundling-with-webpack diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..63158228 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: 'We really appreciate your effort to provide feedback. Before opening a new + issue, please make sure that this case is not already reported in GitHub as an + issue or in StackOverflow as a question.' + +--- + +**Environment** +Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): + - CLI: + - Cross-platform modules: + - Android Runtime: + - iOS Runtime: + - Plugin(s): + - Node.js: + + - [ ] Please, attach your package.json and webpack.config.js as these configurations are usually critical for investigating issues with webpack + + +**Describe the bug** + + +**To Reproduce** + + +**Expected behavior** + +**Sample project** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..39709098 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** +