v / .github
Raw file | 47 loc (30 sloc) | 718 bytes | Latest commit hash 0555894e7
1<!--
2
3Please title your PR as follows: `module: description` (e.g. `time: fix date format`).
4Always start with the thing you are fixing, then describe the fix.
5Don't use past tense (e.g. "fixed foo bar").
6
7Explain what your PR does and why.
8
9If you are adding a new function, please document it and add tests:
10
11```
12// foo does foo and bar
13fn foo() {
14
15// file_test.v
16fn test_foo() {
17 assert foo() == ...
18 ...
19}
20```
21
22If you are fixing a bug, please add a test that covers it.
23
24Before submitting a PR, please run `v test-all` .
25See also `TESTS.md`.
26
27I try to process PRs as soon as possible. They should be handled within 24 hours.
28
29Applying labels to PRs is not needed.
30
31Thanks a lot for your contribution!
32
33-->
34
35<!--
36
37ATTENTION! ⚠️
38
39The below commands will be replaced with Copilot AI generated PR description.
40This description will be automatically updated to describe the latest commit of this PR.
41If you decided to remove them - please, provide a detailed description of your changes.
42
43-->
44
45copilot:summary
46
47copilot:walkthrough