mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
update PR template
This commit is contained in:
parent
7696a600f6
commit
8bfb5425e3
1 changed files with 3 additions and 3 deletions
6
.github/PULL_REQUEST_TEMPLATE
vendored
6
.github/PULL_REQUEST_TEMPLATE
vendored
|
@ -20,10 +20,10 @@ fn test_foo() {
|
|||
|
||||
If you are fixing a bug, please add a test that covers it.
|
||||
|
||||
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 `v test v`, and make sure V can still compile itself. Run this twice:
|
||||
|
||||
./v -o v compiler
|
||||
./v -o v compiler
|
||||
./v -o v v.v
|
||||
./v -o v v.v
|
||||
|
||||
I try to process PRs as soon as possible. They should be handled within 24 hours.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue