Files
NativeScript/.github/PULL_REQUEST_TEMPLATE.md
2016-07-27 10:37:49 +03:00

13 lines
474 B
Markdown

To help the rest of the community review your change, please ensure:
### PR has a meaningful title
A good title is less than 50 characters and starts with a capital
letter, similar to a good [Git Commit Message] (http://chris.beams.io/posts/git-commit/).
### The commit message references a specific issue in this repo
Fixes/Implements #[Issue Number].
### You have [unit tests](https://github.com/NativeScript/NativeScript/blob/master/running-tests.md)
if appropriate.