@@ -3,29 +3,39 @@ title: Contributing
3
3
weight : 20
4
4
---
5
5
6
- ## Developer Certificate of Origin
6
+ ## Reporting issues
7
+
8
+ Bugs and feature requests can be submitted via < https://github.com/lima-vm/lima/issues > .
9
+
10
+ For asking questions, use [ GitHub Discussions] ( https://github.com/lima-vm/lima/discussions ) or [ Slack (` #lima ` )] ( https://slack.cncf.io ) .
11
+
12
+ For reporting vulnerabilities, see < https://github.com/lima-vm/.github/blob/main/SECURITY.md > .
13
+
14
+ ## Contributing code
15
+
16
+ ### Developer Certificate of Origin
7
17
8
18
Every commit must be signed off with the
` Signed-off-by: REAL NAME <[email protected] > ` line.
9
19
10
20
Use the ` git commit -s ` command to add the Signed-off-by line.
11
21
12
22
See also < https://github.com/cncf/foundation/blob/main/policies-guidance/dco-guidelines.md > .
13
23
14
- ## Licensing
24
+ ### Licensing
15
25
16
26
Lima is licensed under the terms of [ Apache License, Version 2.0] ( https://github.com/lima-vm/lima/blob/master/LICENSE ) .
17
27
18
28
See also < https://github.com/cncf/foundation/blob/main/policies-guidance/allowed-third-party-license-policy.md > for third-party dependencies.
19
29
20
- ## Sending pull requests
30
+ ### Sending pull requests
21
31
22
32
Pull requests can be submitted to < https://github.com/lima-vm/lima/pulls > .
23
33
24
34
It is highly suggested to add [ tests] ( ../../dev/testing/ ) for every non-trivial pull requests.
25
35
A test can be implemented as a unit test rather than an integration test when it is possible,
26
36
to avoid slowing the integration test CI.
27
37
28
- ## Merging pull requests
38
+ ### Merging pull requests
29
39
30
40
[ Committers] ( ../governance ) can merge pull requests.
31
41
[ Reviewers] ( ../governance ) can approve, but cannot merge, pull requests.
0 commit comments