Skip to content

Commit b69d3c1

Browse files
authored
Contributing.md and DCO (kube-rs#602)
* add a contributing guide with dco requirement - closes kube-rs#585 Signed-off-by: clux <[email protected]> * correct author + start year Signed-off-by: clux <[email protected]> * link to core maintainers team Signed-off-by: clux <[email protected]>
1 parent fcc3c21 commit b69d3c1

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CONTRIBUTING.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Contributing Guide
2+
3+
This document describes the requirements for committing to this repository.
4+
5+
## Developer Certificate of Origin (DCO)
6+
7+
In order to contribute to this project, you must sign each of your commits to
8+
attest that you have the right to contribute that code. This is done with the
9+
`-s`/`--signoff` flag on `git commit`. More information about DCO can be found
10+
[here](https://developercertificate.org/)
11+
12+
## Pull Request Management
13+
14+
All code that is contributed to kube-rs must go through the Pull Request (PR)
15+
process. To contribute a PR, fork this project, create a new branch, make
16+
changes on that branch, and then use GitHub to open a pull request with your
17+
changes.
18+
19+
Every PR must be reviewed by at least one [Core Maintainer](https://github.com/orgs/kube-rs/teams/core-maintainers) of the project. Once
20+
a PR has been marked "Approved" by a Core Maintainer (and no other core
21+
maintainer has an open "Rejected" vote), the PR may be merged. While it is fine
22+
for non-maintainers to contribute their own code reviews, those reviews do not
23+
satisfy the above requirement.
24+
25+
## Code of Conduct
26+
27+
This project has adopted the [CNCF Code of
28+
Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
29+
30+
## Contact
31+
You can ask general questions / share ideas / query the community at the [kube-rs discussions forum](https://github.com/kube-rs/kube-rs/discussions).
32+
You can reach the maintainers of this project at [#kube](https://discord.gg/tokio) channel on the Tokio discord.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2014 The Kubernetes Authors.
190+
Copyright 2018 The kube-rs Authors.
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)