Skip to content

Commit fd82ae4

Browse files
committed
Improve the pull request template wording
1 parent 20c7284 commit fd82ae4

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
Dear friend, we, the rest of the NativeScript community thank you for your
2-
contribution! Because we want to present a really nice, readable changelog with each
3-
release, please provide the following information:
1+
To help the rest of the community review your change, please ensure:
42

5-
### Create a meaningful title
6-
Please, ensure your title is less than 50 characters and starts with a capital
7-
letter. We strive to follow the guidelines in the
8-
[How to Write a Git Commit Message] (http://chris.beams.io/posts/git-commit/)
9-
article for PR titles.
3+
### PR has a meaningful title
4+
A good title is less than 50 characters and starts with a capital
5+
letter, similar to a good [Git Commit Message] (http://chris.beams.io/posts/git-commit/).
106

11-
### Does your commit message include the wording below to reference a specific issue in this repo?
7+
### The commit message references a specific issue in this repo
128
Fixes/Implements #[Issue Number].
139

14-
### Does your pull request have [unit tests](https://github.com/NativeScript/NativeScript/blob/master/running-tests.md)?
15-
If not, why?
16-
If not, please tell us why tests are not included, and list all steps needed to test your pull request manually.
17-
10+
### You have [unit tests](https://github.com/NativeScript/NativeScript/blob/master/running-tests.md)
11+
if appropriate.
1812

0 commit comments

Comments
 (0)