diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..34895527 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,40 @@ + + + + + +## 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/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..d5b81f7c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,39 @@ + + + + + +## PR Checklist + +- [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. +- [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it. +- [ ] You have signed the [CLA]. +- [ ] All existing tests are passing: https://github.com/NativeScript/nativescript-dev-webpack/blob/master/CONTRIBUTING.md#testing-locally-by-running-e2e-tests +- [ ] Tests for the changes are included. + +## What is the current behavior? + + +## What is the new behavior? + + +Fixes/Implements/Closes #[Issue Number]. + + + + + + +[CLA]: http://www.nativescript.org/cla \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b35f34f4..518acd6b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ - [Introduction](#introduction) - [Project Structure](#project-structure) - [Setup](#setup) -- [Testing locally](#testing-locally) +- [Testing locally](#testing-locally-by-running-e2e-tests) - [Reporting Bugs](#reporting-bugs) - [Requesting Features](#requesting-features) - [Submitting PR](#submitting-pr)