Skip to content

Commit d804bd0

Browse files
authored
Merge pull request #3804 from AkihiroSuda/fix-3796
docs: clarify how to report issues
2 parents 876fe29 + 97e12fe commit d804bd0

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

website/content/en/docs/community/contributing.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,39 @@ title: Contributing
33
weight: 20
44
---
55

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
717

818
Every commit must be signed off with the `Signed-off-by: REAL NAME <[email protected]>` line.
919

1020
Use the `git commit -s` command to add the Signed-off-by line.
1121

1222
See also <https://github.com/cncf/foundation/blob/main/policies-guidance/dco-guidelines.md>.
1323

14-
## Licensing
24+
### Licensing
1525

1626
Lima is licensed under the terms of [Apache License, Version 2.0](https://github.com/lima-vm/lima/blob/master/LICENSE).
1727

1828
See also <https://github.com/cncf/foundation/blob/main/policies-guidance/allowed-third-party-license-policy.md> for third-party dependencies.
1929

20-
## Sending pull requests
30+
### Sending pull requests
2131

2232
Pull requests can be submitted to <https://github.com/lima-vm/lima/pulls>.
2333

2434
It is highly suggested to add [tests](../../dev/testing/) for every non-trivial pull requests.
2535
A test can be implemented as a unit test rather than an integration test when it is possible,
2636
to avoid slowing the integration test CI.
2737

28-
## Merging pull requests
38+
### Merging pull requests
2939

3040
[Committers](../governance) can merge pull requests.
3141
[Reviewers](../governance) can approve, but cannot merge, pull requests.

0 commit comments

Comments
 (0)