mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
13 lines
474 B
Markdown
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.
|
|
|