Address the comments in the PR

Improve wording
Add code-blocks to improve readability
This commit is contained in:
Erjan Gavalji
2016-02-25 07:29:36 +02:00
parent 4b9bb6693e
commit d99e7336df
2 changed files with 25 additions and 22 deletions

View File

@@ -1,12 +1,18 @@
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:
contribution! Because we want to present a really nice, readable changelog with each
release, please provide the following information:
### Inform what relation and with which issue does it have (in other words, delete the unnecessary):
### Create a meaningful title
Please, ensure your title is less than 50 characters and starts with a capital
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.
### Does your commit message include the wording below to reference a specific issue in this repo?
Fixes/Implements #[Issue Number].
### Does it have [unit tests](https://github.com/NativeScript/NativeScript/blob/master/running-tests.md)?
### Does your pull request 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?
If not, please tell us why tests are not included, and list all steps needed to test your pull request manually.