File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
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] ( 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.
Original file line number Diff line number Diff line change 187
187
same "printed page" as the copyright notice for easier
188
188
identification within third-party archives.
189
189
190
- Copyright 2014 The Kubernetes Authors.
190
+ Copyright 2018 The kube-rs Authors.
191
191
192
192
Licensed under the Apache License, Version 2.0 (the "License");
193
193
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments