mirror of
https://github.com/containers/youki
synced 2025-11-10 19:08:42 +01:00
* 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>
20 lines
748 B
Markdown
20 lines
748 B
Markdown
# 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 shouldn’t merge their own pull requests without approval by at least one other Committer.
|