File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
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 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.
You can’t perform that action at this time.
0 commit comments