1
0
mirror of https://github.com/containers/youki synced 2025-11-10 19:08:42 +01:00
youki/docs/src/community/contributing.md
bells17(Daiki Hayakawa) b17ff0de7e
Update basic_setup.md (#3253)
* Update basic_setup.md

Signed-off-by: bells17 <bells171@gmail.com>

* Edit the commented content

Signed-off-by: bells17 <bells171@gmail.com>

* Standardize format: add "$ " prefix to commands and sudo to systemctl

Signed-off-by: bells17 <bells171@gmail.com>

* Use https://github.com/youki-dev/youki

Signed-off-by: bells17 <bells171@gmail.com>

* Edit the commented content

Signed-off-by: bells17 <bells171@gmail.com>

* Edit the commented content

Signed-off-by: bells17 <bells171@gmail.com>

* Fix command format in docs

Signed-off-by: bells17 <bells171@gmail.com>

---------

Signed-off-by: bells17 <bells171@gmail.com>
2025-10-13 17:31:45 +05:30

20 lines
748 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Contributing
## Developer Certificate of Origin
Every commit must be signed off with the `Signed-off-by: REAL NAME <email@example.com>` line.
Use the `git commit -s` command to add the Signed-off-by line.
## Licensing
Youki is licensed under the terms of [Apache License 2.0](https://github.com/youki-dev/youki/blob/main/LICENSE).
## Sending pull requests
Pull requests can be submitted using [the GitHub standard process](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
## Merging pull requests
Committers can merge pull requests.
A Committer shouldnt merge their own pull requests without approval by at least one other Committer.