diff --git a/website/content/en/docs/community/contributing.md b/website/content/en/docs/community/contributing.md index 641c597ac37..9e0f9c0abfb 100644 --- a/website/content/en/docs/community/contributing.md +++ b/website/content/en/docs/community/contributing.md @@ -3,7 +3,17 @@ title: Contributing weight: 20 --- -## Developer Certificate of Origin +## Reporting issues + +Bugs and feature requests can be submitted via . + +For asking questions, use [GitHub Discussions](https://github.com/lima-vm/lima/discussions) or [Slack](../). + +For reporting vulnerabilities, see . + +## Contributing code + +### Developer Certificate of Origin Every commit must be signed off with the `Signed-off-by: REAL NAME ` line. @@ -11,13 +21,13 @@ Use the `git commit -s` command to add the Signed-off-by line. See also . -## Licensing +### Licensing Lima is licensed under the terms of [Apache License, Version 2.0](https://github.com/lima-vm/lima/blob/master/LICENSE). See also for third-party dependencies. -## Sending pull requests +### Sending pull requests Pull requests can be submitted to . @@ -25,7 +35,7 @@ It is highly suggested to add [tests](../../dev/testing/) for every non-trivial A test can be implemented as a unit test rather than an integration test when it is possible, to avoid slowing the integration test CI. -## Merging pull requests +### Merging pull requests [Committers](../governance) can merge pull requests. [Reviewers](../governance) can approve, but cannot merge, pull requests.