|
1 | | -Welcome dear friend! We, the rest of the NativeScript community really |
| 1 | +Dear friend, we, the rest of the NativeScript community really |
2 | 2 | appreciate your feedback! While we are doing all we can to take care of every |
3 | 3 | issue, sometimes we get overwhelmed. Because of that, we will consider issues |
4 | | -that are not constructive or report problems that cannot be reproduced "dead". |
5 | | -In accordance, we will treat feature requests or bug reports with unanswered |
| 4 | +that are not constructive or problems that cannot be reproduced "dead". |
| 5 | +Additionally, we will treat feature requests or bug reports with unanswered |
6 | 6 | questions regarding the behavior/reproduction for more than 20 days "dead". All |
7 | 7 | "dead" issues will get closed. |
8 | 8 |
|
9 | | -## Please, help the others with the details below: |
| 9 | +## Please, provide the details below: |
10 | 10 |
|
11 | | -### Did you verify this is a real problem with a search in |
12 | | -[StackOverflow](http://stackoverflow.com/questions/tagged/nativescript) |
13 | | -and the other issues here? |
| 11 | +### 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)? |
14 | 12 |
|
15 | 13 | ### Tell us about the problem |
16 | | -Please, ensure your title is less than 50 characters and starts with a capital |
17 | | -letter. We strive to follow the guidelines in the |
18 | | -[How to Write a Git Commit Message] (http://chris.beams.io/posts/git-commit/) |
19 | | -article for PR titles. |
| 14 | +Please, ensure your title is less than 63 characters long and starts with a capital |
| 15 | +letter. |
20 | 16 |
|
21 | | -### Which platform does it happen on? |
| 17 | +### Which platform(s) does your issue occur on? |
22 | 18 | iOS/Android/Both |
23 | 19 |
|
24 | | -### Which versions of the NativeScript elements did you use? |
25 | | -CLI: (run tns --version to fetch it) |
| 20 | +### Please provide the following version numbers that your issue occurs with: |
| 21 | +CLI: (run `tns --version` to fetch it) |
26 | 22 | Cross-platform modules: (check the 'version' attribute in the |
27 | 23 | `node_modules/tns-core-modules/package.json` file in your project) |
28 | | -Runtime: (check the entries in the package.json file of your project) |
| 24 | +Runtime(s): (look for the `"tns-android"` and `"tns-ios"` properties in your |
| 25 | +project’s `package.json` file) |
29 | 26 |
|
30 | | -### Try to recall what were you doing |
| 27 | +### Please tell us how to recreate the issue in as much detail as possible. |
31 | 28 |
|
32 | | -### Is there code involved? Can you share the minimum of it to get the problem? |
| 29 | +### Is there code involved? If so, please share the minimal amount of code needed to recreate the problem. |
33 | 30 |
|
0 commit comments