mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
PR template: remove the "do not use #" note
This commit is contained in:
parent
02131d1ae5
commit
820d8be89e
1 changed files with 0 additions and 4 deletions
4
.github/PULL_REQUEST_TEMPLATE
vendored
4
.github/PULL_REQUEST_TEMPLATE
vendored
|
@ -3,10 +3,6 @@ Don't use past tense (e.g. "fixed 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.
|
||||
|
||||
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:
|
||||
|
||||
./v -o v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue