Skip to content

Commit 590ff79

Browse files
authored
Merge pull request #499 from NativeScript/plamen5kov/add_issue_pr_template
added pr and issues template
2 parents 285c8c0 + e8e72d6 commit 590ff79

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
<!--
13+
- CLI: (run `tns --version` to fetch it)
14+
- Cross-platform modules: (check the 'version' attribute in the
15+
`node_modules/tns-core-modules/package.json` file in your project)
16+
- Runtime(s): (look for the `"tns-android"` property in the
17+
`package.json` file of your project)
18+
- Plugin(s): (look for the version number in the `package.json` file of your
19+
project)
20+
-->
21+
22+
### Did the error happen while the app was being constructed? (buildtime error)
23+
<!--
24+
Please provide us with the log by running the command:
25+
```
26+
tns <command> --log trace
27+
```
28+
Attach the content of the log to the Issue. You can use [pastebin](http://pastebin.com/).
29+
-->
30+
31+
### Did the error happen while the app was executing? (runtime error)
32+
<!--
33+
Please provide us with the log by following these steps:
34+
* Add `__enableVerboseLogging()` in the `app.js` file.
35+
* Run command: `adb logcat`.
36+
* Attach the content of the log to the Issue. You can use [pastebin](http://pastebin.com/).
37+
-->
38+
39+
### Please tell us how to recreate the issue in as much detail as possible.
40+
<!--
41+
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.
42+
-->
43+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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 letter. We strive to follow the guidelines in the
7+
[How to Write a Git Commit Message] (http://chris.beams.io/posts/git-commit/) article for PR titles. -->
8+
9+
### Description
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+
### Related Pull Requests
15+
<!-- List links related to this Pull Request from other repos/branches: -->
16+
17+
### Does your pull request have [unit tests](https://github.com/NativeScript/NativeScript/blob/master/running-tests.md)?
18+
<!--If not, why?
19+
If not, please tell us why tests are not included, and list all steps needed to test your pull request manually. -->
20+

0 commit comments

Comments
 (0)