Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
More markdownlinting
Browse files Browse the repository at this point in the history
  • Loading branch information
kflansburg committed Dec 22, 2020
1 parent 4a07ffc commit 88829e4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
31 changes: 18 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 3 additions & 2 deletions kubelet-derive/README.md
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.

0 comments on commit 88829e4

Please sign in to comment.