Skip to content

Commit 4b9bb66

Browse files
committed
Improve questions according to github comments
Improve questions according to the comments in the [pull request](NativeScript#1582): Cleaner definition of versions Typo fix Platform specification More precise definition of search places
1 parent 940fe3b commit 4b9bb66

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome, dear friend! We, the rest of the NativeScript community really
1+
Welcome dear friend! We, the rest of the NativeScript community really
22
appreciate your feedback! While we are doing all we can to take care of every
33
issue, sometimes we get overwhelmed. Because of that, we will consider issues
44
that are not constructive or report problems that cannot be reproduced "dead".
@@ -8,15 +8,24 @@ questions regarding the behavior/reproduction for more than 20 days "dead". All
88

99
## Please, help the others with the details below:
1010

11-
### Did you verify this is a real problem with a search in [StackOverflow](http://stackoverflow.com/questions/tagged/nativescript)?
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?
1214

1315
### Tell us about the problem
1416
Please, ensure your title is less than 50 characters and starts with a capital
1517
letter. We strive to follow the guidelines in the
1618
[How to Write a Git Commit Message] (http://chris.beams.io/posts/git-commit/)
1719
article for PR titles.
1820

19-
### Which version of NativeScript did you use (check the 'version' atrribute in the node_modules/tns-core-modules/package.json file)
21+
### Which platform does it happen on?
22+
iOS/Android/Both
23+
24+
### Which versions of the NativeScript elements did you use?
25+
CLI: (run tns --version to fetch it)
26+
Cross-platform modules: (check the 'version' attribute in the
27+
`node_modules/tns-core-modules/package.json` file in your project)
28+
Runtime: (check the entries in the package.json file of your project)
2029

2130
### Try to recall what were you doing
2231

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Dear friend, we, the rest of the NativeScript community thank you for your
22
contribution! As we want to present a really nice, readable changelog with each
33
release, we ask you to fill the following information:
44

5-
### Inform what relation and with with issue does it have (in other words, delete the unnecessary):
5+
### Inform what relation and with which issue does it have (in other words, delete the unnecessary):
66
Fixes/Implements #[Issue Number].
77

88
### Does it have [unit tests](https://github.com/NativeScript/NativeScript/blob/master/running-tests.md)?

0 commit comments

Comments
 (0)