Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit f55cfb4

Browse files
authored
docs: add PR and ISSUE templates (#453)
1 parent 3728592 commit f55cfb4

File tree

3 files changed

+80
-1
lines changed

3 files changed

+80
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!--
2+
We, the rest of the NativeScript community, thank you for your
3+
feedback!
4+
To help the rest of the community review your issue, please follow the instructions in the template.
5+
-->
6+
7+
<!-- ISSUE TEMPLATE -->
8+
<!-- (Update "[ ]" to "[x]" to check a box) -->
9+
10+
## Issue Checklist
11+
12+
- [ ] You are submitting: <!-- a feature request; a bug report. For questions, please use the [NativeScript Forum]. -->
13+
- [ ] You verified that this is a real problem by searching the [NativeScript Forum] and the other [issues] in this repo.
14+
- [ ] You checked our [demo apps] and the [documentation] for sample usage.
15+
16+
## Tell us about the problem
17+
<!-- Describe the issue with a few words. Provide build log and steps to reproduce if relevant. -->
18+
19+
## Local environment
20+
21+
- [ ] Platform <!-- Linux, Mac, Windows -->
22+
- [ ] Node version XX <!-- run `node --version` -->
23+
- [ ] NativeScript CLI version <!-- run `tns --version` -->
24+
25+
## Project data
26+
27+
- [ ] Platform you are building the app for <!-- Android, iOS, Both -->
28+
- [ ] Node dependencies:
29+
```
30+
<!-- Provide the content of your package.json. -->
31+
```
32+
- [ ] Webpack configuration:
33+
```
34+
<!-- Provide the content of your webpack.config.js. -->
35+
```
36+
37+
[NativeScript Forum]: http://forum.nativescript.org
38+
[issues]: https://github.com/nativescript/nativescript-dev-webpack/issues?utf8=✓&q=is%3Aissue
39+
[demo apps]: ../demo
40+
[documentation]: https://docs.nativescript.org/best-practices/bundling-with-webpack

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!--
2+
We, the rest of the NativeScript community, thank you for your
3+
contribution!
4+
To help the rest of the community review your change, please follow the instructions in the template.
5+
-->
6+
7+
<!-- PULL REQUEST TEMPLATE -->
8+
<!-- (Update "[ ]" to "[x]" to check a box) -->
9+
10+
## PR Checklist
11+
12+
- [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages.
13+
- [ ] 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.
14+
- [ ] You have signed the [CLA].
15+
- [ ] All existing tests are passing: https://github.com/NativeScript/nativescript-dev-webpack/blob/master/CONTRIBUTING.md#testing-locally-by-running-e2e-tests
16+
- [ ] Tests for the changes are included.
17+
18+
## What is the current behavior?
19+
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
20+
21+
## What is the new behavior?
22+
<!-- Describe the changes. -->
23+
24+
Fixes/Implements/Closes #[Issue Number].
25+
26+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
27+
28+
<!--
29+
BREAKING CHANGES:
30+
31+
32+
[Describe the impact of the changes here.]
33+
34+
Migration steps:
35+
[Provide a migration path for existing applications.]
36+
-->
37+
38+
39+
[CLA]: http://www.nativescript.org/cla

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- [Introduction](#introduction)
77
- [Project Structure](#project-structure)
88
- [Setup](#setup)
9-
- [Testing locally](#testing-locally)
9+
- [Testing locally](#testing-locally-by-running-e2e-tests)
1010
- [Reporting Bugs](#reporting-bugs)
1111
- [Requesting Features](#requesting-features)
1212
- [Submitting PR](#submitting-pr)

0 commit comments

Comments
 (0)