From 4493776590c7e2b9f10eb43144be046a0ff914a4 Mon Sep 17 00:00:00 2001 From: Emil Tabakov Date: Thu, 4 Oct 2018 11:33:18 +0300 Subject: [PATCH 1/5] chore: update community files --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.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 00000000..0e74b3f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +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): + +**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** + From f1a96b565108d050b54f4a6181389deb4accf632 Mon Sep 17 00:00:00 2001 From: Emil Tabakov Date: Thu, 4 Oct 2018 11:52:42 +0300 Subject: [PATCH 2/5] chore: delete redundant file --- .github/ISSUE_TEMPLATE.md | 40 --------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md 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 From e15b34ae2b396aec0495dfd2e757202a92734257 Mon Sep 17 00:00:00 2001 From: Emil Tabakov Date: Fri, 5 Oct 2018 11:51:01 +0300 Subject: [PATCH 3/5] chore: missing bracket --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0e74b3f0..5ef9b1bb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ about: 'We really appreciate your effort to provide feedback. Before opening a n --- **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: +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: From b439a7750471f25997f74eb97da6a05cd0c9d23f Mon Sep 17 00:00:00 2001 From: Emil Tabakov Date: Mon, 8 Oct 2018 11:42:55 +0300 Subject: [PATCH 4/5] chore: ask for additional info for webpack --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5ef9b1bb..f53f0c87 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,6 +13,10 @@ Provide version numbers for the following components (information can be retriev - 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** From d5156daf15ccbc5df2656b77ccf647841c915475 Mon Sep 17 00:00:00 2001 From: Emil Tabakov Date: Mon, 8 Oct 2018 11:43:57 +0300 Subject: [PATCH 5/5] chore: fix wording --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f53f0c87..63158228 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,7 +27,7 @@ Provide version numbers for the following components (information can be retriev **Expected behavior** **Sample project** - + **Additional context**