Create PULL_REQUEST_TEMPLATE

pull/655/head
Alex Medvednikov 2019-06-26 13:39:38 +02:00 committed by GitHub
parent 032d8609c7
commit 9819680845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
.github/PULL_REQUEST_TEMPLATE vendored 100644
View File

@ -0,0 +1,12 @@
Please title your PR as follows: `time: fix foo bar`
Do not use # to generate C code. This feature will be removed in a couple of days.
Squash commits into one if they all refer to one thing. Use `git rebase -i` for that.
Before submitting a PR please run the tests with `make test`, and make sure V can still compile itself. Run this twice:
./v -o v
./v -o v
Thanks a lot for your contribution!