1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Update PULL_REQUEST_TEMPLATE

This commit is contained in:
Alex Medvednikov 2019-06-26 13:42:56 +02:00 committed by GitHub
parent 9819680845
commit abe43eaa90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,12 @@
Please title your PR as follows: `time: fix foo bar` Please title your PR as follows: `time: fix foo bar`.
Explain what your PR does and why.
Do not use # to generate C code. This feature will be removed in a couple of days. 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. Squash commits into one if they refer to the same 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: 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
./v -o v ./v -o v