Create the issue and PR templates under the .github folder

This commit is contained in:
Erjan Gavalji
2016-02-18 10:32:57 +02:00
parent acfdc506a0
commit 1a031588c4
3 changed files with 32 additions and 0 deletions

View File

20
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,20 @@
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".
In accordance, we will treat feature requests or bug reports with unanswered
questions regarding the behavior/reproduction "dead". All "dead" issues will
get closed.
## 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)?
### Tell us about the problem
### Which version of NativeScript did you use (check the 'version' atrribute in the node_modules/tns-core-modules/package.json file)
### Try to recall what were you doing
### Is there code involved? Can you share the minimum of it to get the problem?

12
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,12 @@
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):
Fixes/Implements #[Issue Number].
### Does it have [unit tests](https://github.com/NativeScript/NativeScript/blob/master/running-tests.md)?
If not, why?
If not, can you list any steps to test it manually?