This repository has been archived by the owner on May 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a07ffc
commit 88829e4
Showing
2 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,23 +5,28 @@ This document describes the requirements for committing to this repository. | |
## Contributor License Agreement | ||
|
||
This repository is governed under a [Contributor License | ||
Agreement](https://cla.opensource.microsoft.com/deislabs/krustlet). All PR submitters must accept | ||
the CLA before their contributions can be merged. | ||
Agreement](https://cla.opensource.microsoft.com/deislabs/krustlet). All PR | ||
submitters must accept the CLA before their contributions can be merged. | ||
|
||
## Pull Request Management | ||
|
||
All code that is contributed to Krustlet must go through the Pull Request (PR) process. To | ||
contribute a PR, fork this project, create a new branch, make changes on that branch, and then use | ||
GitHub to open a pull request with your changes. | ||
All code that is contributed to Krustlet must go through the Pull Request (PR) | ||
process. To contribute a PR, fork this project, create a new branch, make | ||
changes on that branch, and then use GitHub to open a pull request with your | ||
changes. | ||
|
||
Every PR must be reviewed by at least one Core Maintainer of the project. Once a PR has been marked | ||
"Approved" by a Core Maintainer (and no other core maintainer has an open "Rejected" vote), the PR | ||
may be merged. While it is fine for non-maintainers to contribute their own code reviews, those | ||
reviews do not satisfy the above requirement. | ||
Every PR must be reviewed by at least one Core Maintainer of the project. Once | ||
a PR has been marked "Approved" by a Core Maintainer (and no other core | ||
maintainer has an open "Rejected" vote), the PR may be merged. While it is fine | ||
for non-maintainers to contribute their own code reviews, those reviews do not | ||
satisfy the above requirement. | ||
|
||
## Code of Conduct | ||
|
||
This project has adopted the [Microsoft Open Source Code of | ||
Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of | ||
Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact | ||
[[email protected]](mailto:[email protected]) with any additional questions or comments. | ||
This project has adopted the | ||
[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). | ||
For more information see the | ||
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) | ||
or contact | ||
[[email protected]](mailto:[email protected]) | ||
with any additional questions or comments. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Kubelet Derive | ||
|
||
Derivable traits for use with the [`kubelet`](https://crates.io/crates/kubelet) crate. This crate | ||
isn't used directly, but is exposed with the `derive` feature of the `kubelet` crate. | ||
Derivable traits for use with the [`kubelet`](https://crates.io/crates/kubelet) | ||
crate. This crate isn't used directly, but is exposed with the `derive` feature | ||
of the `kubelet` crate. |