mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Improve questions according to github comments
Improve questions according to the comments in the [pull request](https://github.com/NativeScript/NativeScript/pull/1582): Cleaner definition of versions Typo fix Platform specification More precise definition of search places
This commit is contained in:
15
.github/ISSUE_TEMPLATE.md
vendored
15
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,4 +1,4 @@
|
||||
Welcome, dear friend! We, the rest of the NativeScript community really
|
||||
Welcome 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 report problems that cannot be reproduced "dead".
|
||||
@@ -8,7 +8,9 @@ questions regarding the behavior/reproduction for more than 20 days "dead". All
|
||||
|
||||
## Please, help the others with the details below:
|
||||
|
||||
### Did you verify this is a real problem with a search in [StackOverflow](http://stackoverflow.com/questions/tagged/nativescript)?
|
||||
### Did you verify this is a real problem with a search in
|
||||
[StackOverflow](http://stackoverflow.com/questions/tagged/nativescript)
|
||||
and the other issues here?
|
||||
|
||||
### Tell us about the problem
|
||||
Please, ensure your title is less than 50 characters and starts with a capital
|
||||
@@ -16,7 +18,14 @@ letter. We strive to follow the guidelines in the
|
||||
[How to Write a Git Commit Message] (http://chris.beams.io/posts/git-commit/)
|
||||
article for PR titles.
|
||||
|
||||
### Which version of NativeScript did you use (check the 'version' atrribute in the node_modules/tns-core-modules/package.json file)
|
||||
### Which platform does it happen on?
|
||||
iOS/Android/Both
|
||||
|
||||
### Which versions of the NativeScript elements did you use?
|
||||
CLI: (run tns --version to fetch it)
|
||||
Cross-platform modules: (check the 'version' attribute in the
|
||||
`node_modules/tns-core-modules/package.json` file in your project)
|
||||
Runtime: (check the entries in the package.json file of your project)
|
||||
|
||||
### Try to recall what were you doing
|
||||
|
||||
|
||||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -2,7 +2,7 @@ Dear friend, we, the rest of the NativeScript community thank you for your
|
||||
contribution! As we want to present a really nice, readable changelog with each
|
||||
release, we ask you to fill the following information:
|
||||
|
||||
### Inform what relation and with with issue does it have (in other words, delete the unnecessary):
|
||||
### Inform what relation and with which issue does it have (in other words, delete the unnecessary):
|
||||
Fixes/Implements #[Issue Number].
|
||||
|
||||
### Does it have [unit tests](https://github.com/NativeScript/NativeScript/blob/master/running-tests.md)?
|
||||
|
||||
Reference in New Issue
Block a user