diff options
| author | Riaan Kleinhans <61125752+Riaankl@users.noreply.github.com> | 2022-03-22 12:09:39 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-22 12:09:39 +1300 |
| commit | d59c2cc80b47db0a8348dad0f5d86341936ea48c (patch) | |
| tree | 186caaa6bc99481fecd000a603356f012dd57901 /sig-architecture | |
| parent | 8f0e7a9ac1d2bf5d07a7b4b3fda8e45e5cbdb95b (diff) | |
Create CONTRIBUTING.md
Diffstat (limited to 'sig-architecture')
| -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. |
