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

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?