Skip to content

Commit e8e72d6

Browse files
author
plamen5kov
committed
updated issue and pr templates
1 parent d090aa7 commit e8e72d6

2 files changed

Lines changed: 36 additions & 13 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +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.
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. -->
22

33
## Please, provide the details below:
44

55
### 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)?
66

77
### Tell us about the problem
8-
Please, ensure your title is less than 63 characters long and starts with a capital
9-
letter.
8+
<!--Please, ensure your title is less than 63 characters long and starts with a capital
9+
letter. -->
1010

1111
### Please provide the following version numbers that your issue occurs with:
12+
<!--
1213
- CLI: (run `tns --version` to fetch it)
1314
- Cross-platform modules: (check the 'version' attribute in the
1415
`node_modules/tns-core-modules/package.json` file in your project)
1516
- Runtime(s): (look for the `"tns-android"` property in the
1617
`package.json` file of your project)
1718
- Plugin(s): (look for the version number in the `package.json` file of your
1819
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+
-->
1938

2039
### Please tell us how to recreate the issue in as much detail as possible.
40+
<!--
2141
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+
-->
2243

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
Dear friend, we, the rest of the NativeScript community thank you for your
1+
<!--Dear friend, we, the rest of the NativeScript community thank you for your
22
contribution! Because we want to present a really nice, readable changelog with each
3-
release, please provide the following information:
3+
release, please provide the following information: -->
44

55
### 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.
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
1010

1111
### Does your commit message include the wording below to reference a specific issue in this repo?
12-
Fixes/Implements #[Issue Number].
12+
<!--Fixes/Implements #[Issue Number]. -->
1313

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.
14+
### Related Pull Requests
15+
<!-- List links related to this Pull Request from other repos/branches: -->
1716

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. -->
1820

0 commit comments

Comments
 (0)