diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-03-30 13:39:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-30 13:39:56 -0700 |
| commit | 48f222eb9e8d0bbb8aac80e1113757c07b762068 (patch) | |
| tree | 513f993b5c90e97fc4d30301bc318eae806a0b6f | |
| parent | b0affd85fc20334a94bfe4f20c59df64a42b27c8 (diff) | |
| parent | d59c2cc80b47db0a8348dad0f5d86341936ea48c (diff) | |
Merge pull request #6555 from Riaankl/create_CONTRIBUTING.md
Create CONTRIBUTING.md
| -rw-r--r-- | sig-architecture/CONTRIBUTING.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sig-architecture/CONTRIBUTING.md b/sig-architecture/CONTRIBUTING.md new file mode 100644 index 00000000..48d9c183 --- /dev/null +++ b/sig-architecture/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# Contributing to SIG Architecture +The best place to find information and resources to be able to participate and support SIG Architecture's work is to visit the Architecture Special Interest Group [Github repo](https://github.com/kubernetes/community/tree/master/sig-architecture) and the [README](https://github.com/kubernetes/community/tree/master/sig-architecture) file. +You can also learn more about the [SIG Architecture Charter](https://github.com/kubernetes/community/blob/master/sig-architecture/charter.md) following the link. + +## Getting started +Joining the [mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-architecture) will get you invited to our meetings. + +Our Regular SIG Meeting is Thursdays at 11:00 PT (Pacific Time) (biweekly). This would be a good place to start. + +There are also various [Working groups](https://github.com/kubernetes/community/tree/master/sig-architecture#working-groups) and [Subprojects](https://github.com/kubernetes/community/tree/master/sig-architecture#subprojects) meetings where new contributors are always welcome. + +Contributions are made via Pull requests. Before opening a pull request, contributors must sign the [CNCF Contributor License Agreement](https://github.com/kubernetes/community/blob/master/CLA.md) + + +## Questions about contributing +Feel free to ask any questions in the [#sig-architecture](https://kubernetes.slack.com/archives/C5P3FE08M) +Slack channel through the Kubernetes Slack. To get a Slack invite, visit http://slack.k8s.io/ . Once you're logged you can join the channel. Alternatively, you could join any one of our meetings. |
