From 037294538f6488ff8e4cb0e74aab2572203bbf0d Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Fri, 23 Aug 2024 16:38:03 -0400 Subject: [PATCH] Polishing readme - add slack channel - remove reference to CLA - add link to code of conduct Signed-off-by: Scott Andrews --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 103aa37..c08a99c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,10 @@ Within an existing Kubebuilder or controller-runtime project, reconcilers.io may - [Time](#time) - [Breaking Changes](#breaking-changes) - [Current Deprecations](#current-deprecations) -- [Contributing](#contributing) +- [Community](#community) + - [Code of Conduct](#code-of-conduct) + - [Communication](#communication) + - [Contributing](#contributing) - [Acknowledgements](#acknowledgements) - [License](#license) @@ -1112,9 +1115,19 @@ Backwards support may be removed in a future release, users are encouraged to mi - `ConditionSet#Manage` is deprecated in favor of `ConditionSet#ManageWithContext`. - `HaltSubReconcilers` is deprecated in favor of `ErrHaltSubReconcilers`. -## Contributing +## Community -The reconciler.io runtime project team welcomes contributions from the community. If you wish to contribute code and you have not signed our contributor license agreement (CLA), our bot will update the issue when you open a Pull Request. For any questions about the CLA process, please refer to our [FAQ](https://cla.vmware.com/faq). For more detailed information, refer to [CONTRIBUTING.md](CONTRIBUTING.md). +### Code of Conduct + +The reconciler.io projects follow the [Contributor Covenant Code of Conduct](./CODE_OF_CONDUCT.md). In short, be kind and treat others with respect. + +### Communication + +General discussion and questions about the project can occur either on the Kubernetes Slack [#reconcilerio](https://kubernetes.slack.com/archives/C07J5G9NDHR) channel, or in the project's [GitHub discussions](https://github.com/orgs/reconcilerio/discussions). Use the channel you find most comfortable. + +### Contributing + +The reconciler.io runtime project team welcomes contributions from the community. A contributor license agreement (CLA) is not required. You own full rights to your contribution and agree to license the work to the community under the Apache License v2.0, via a [Developer Certificate of Origin (DCO)](https://developercertificate.org). For more detailed information, refer to [CONTRIBUTING.md](CONTRIBUTING.md). ## Acknowledgements