Update PULL_REQUEST_TEMPLATE

pull/655/head
Alex Medvednikov 2019-06-26 13:53:42 +02:00 committed by GitHub
parent abe43eaa90
commit 60c3303970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,5 @@
Please title your PR as follows: `time: fix foo bar`.
Please title your PR as follows: `time: fix foo bar`. Always start with the thing you are fixing, then describe the fix.
Don't use paste tense (e.g. "fixed foo bar").
Explain what your PR does and why.
@ -11,4 +12,6 @@ Before submitting a PR, please run the tests with `make test`, and make sure V c
./v -o v
./v -o v
I try to process PRs as soon as possible. They should be handled within 24 hours.
Thanks a lot for your contribution!