Skip to content

Commit d090aa7

Browse files
author
plamen5kov
committed
added pr and issues template
1 parent 45899a4 commit d090aa7

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Dear friend, we, the rest of the NativeScript community really appreciate your feedback! While we are doing all we can to take care of every issue, sometimes we get overwhelmed. Because of that, we will consider issues that are not constructive or problems that cannot be reproduced "dead". Additionally, we will treat feature requests or bug reports with unanswered questions regarding the behavior/reproduction for more than 20 days "dead". All "dead" issues will get closed.
2+
3+
## Please, provide the details below:
4+
5+
### Did you verify this is a real problem by searching [Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)?
6+
7+
### Tell us about the problem
8+
Please, ensure your title is less than 63 characters long and starts with a capital
9+
letter.
10+
11+
### Please provide the following version numbers that your issue occurs with:
12+
- CLI: (run `tns --version` to fetch it)
13+
- Cross-platform modules: (check the 'version' attribute in the
14+
`node_modules/tns-core-modules/package.json` file in your project)
15+
- Runtime(s): (look for the `"tns-android"` property in the
16+
`package.json` file of your project)
17+
- Plugin(s): (look for the version number in the `package.json` file of your
18+
project)
19+
20+
### Please tell us how to recreate the issue in as much detail as possible.
21+
Please provide us with the necessary information to reproduce your problem. That includes but is not limited to presenting us with steps to reproduce the problem, or a small repo example.
22+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Dear friend, we, the rest of the NativeScript community thank you for your
2+
contribution! Because we want to present a really nice, readable changelog with each
3+
release, please provide the following information:
4+
5+
### Create a meaningful title
6+
Please, ensure your title is less than 50 characters and starts with a capital
7+
letter. We strive to follow the guidelines in the
8+
[How to Write a Git Commit Message] (http://chris.beams.io/posts/git-commit/)
9+
article for PR titles.
10+
11+
### Does your commit message include the wording below to reference a specific issue in this repo?
12+
Fixes/Implements #[Issue Number].
13+
14+
### Does your pull request have [unit tests](https://github.com/NativeScript/NativeScript/blob/master/running-tests.md)?
15+
If not, why?
16+
If not, please tell us why tests are not included, and list all steps needed to test your pull request manually.
17+
18+

0 commit comments

Comments
 (0)