PR template: update selfcompile instruction

pull/3706/head
Alexey 2020-02-09 17:41:19 +03:00 committed by GitHub
parent 94537c5901
commit 984fd8c05e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<!--
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 past tense (e.g. "fixed foo bar").
@ -27,8 +27,8 @@ Before submitting a PR, please:
A) run the tests with `v test-compiler` .
B) make sure, that V can still compile itself:
```shell
./v -o v v.v
./v -o v v.v
./v -o v cmd/v
./v -o v cmd/v
```
I try to process PRs as soon as possible. They should be handled within 24 hours.
@ -37,4 +37,4 @@ Applying labels to PRs is not needed.
Thanks a lot for your contribution!
->
-->