Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add community meetings links and agenda to readme and site #291

Merged
merged 1 commit into from
Nov 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ The issue can be tracked [here](https://github.com/vmware-tanzu/cartographer/iss
Detailed documentation for Cartographer can be found in the `site` folder of this repository:

* [About Cartographer](site/content/docs/about.md): Details the design and philosophy of Cartographer
* [Examples](examples/source-to-knative-service/README.md): Contains an example of using Cartographer to create a supply chain that takes a repository, creates an image and deploys it to a cluster
* [Examples](examples/source-to-knative-service/README.md): Contains an example of using Cartographer to create a supply chain that takes a repository, creates and image and deploys it to a cluster
* [Spec Reference](site/content/docs/reference.md): Detailed descriptions of the CRD Specs for Cartographer

## Getting Started

An example of using Cartographer to define a Supply Chain that pulls code from a repository, builds an image for the code and deploys it to the same cluster can be found in the [examples folder of this repository](examples/source-to-knative-service/README.md)
An example of using Cartographer to define a Supply Chain that pulls code from a repository, builds an image for the code and deploys it the the same cluster can be found in the [examples folder of this repository](examples/source-to-knative-service/README.md)


## Installation
Expand All @@ -38,15 +38,25 @@ Uninstallation details are provided in the documentation at [cartographer.sh/doc

Refer to [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on running tests.

## 🤗 Community, discussion, contribution, and support

## Contributing
Cartographer is developed in the open and is constantly improved by our users, contributors and maintainers. It is because of you that we are able to configure Kubernetes resources into reusable Supply Chains.

Join us!

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the process for submitting pull requests to us.
If you have questions or want to get the latest project news, you can connect with us in the following ways:

- Chat with us in the Kubernetes [Slack](https://slack.k8s.io) in the [#cartographer](https://kubernetes.slack.com/archives/C02HKPSEKV1) channel
- Subscribe to the [Cartographer](https://groups.google.com/g/cartographeross) Google Group for access to discussions and calendars
- Join our weekly community meetings where we share the latest project news, demos, answer questions, among other topics:
- Every Wednesday @ 8:00 AM PT on [Zoom](https://VMware.zoom.us/j/93284305373?pwd=UnJKL0ZaN0pqeXVMczk1WThOSUp6QT09)
- Previous meetings: [[notes](https://docs.google.com/document/d/1HwsjzxpsNI0l1sVAUia4A65lhrkfSF-_XfKoZUHI120/edit?usp=sharing) | [recordings](https://www.youtube.com/playlist?list=PL7bmigfV0EqSZA5OLwrqKsAYXA1GqPtu8)]

## Contributing

## Code of Conduct
Pull Requests and feedback on issues are very welcome! See the [issue tracker](https://github.com/vmware-tanzu/cartographer/issues) if you're unsure where to start, especially the [Good first issue](https://github.com/vmware-tanzu/cartographer/labels/good%20first%20issue) label, and also feel free to reach out to discuss.

Refer to [CODE-OF-CONDUCT.md](CODE-OF-CONDUCT.md) for details on our code of conduct. This code of conduct applies to the Cartographer community at large (Slack, mailing lists, Twitter, etc...)
If you are ready to jump in and test, add code, or help with documentation, please follow the instructions on our [Contribution Guidelines](CONTRIBUTING.md) to get started and - at all times- follow our [Code of Conduct](CODE-OF-CONDUCT.md).


## License
Expand Down
15 changes: 13 additions & 2 deletions site/content/community/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2>Do you want to help build Cartographer?</h2>
</div>
<div class="content">
<h3><a href="https://github.com/vmware-tanzu/cartographer">Github</a></h3>
<p>If you’re a newcomer, check out the <a href="https://github.com/vmware-tanzu/cartographer/labels/good%20first%20issue"><code>Good first issue</code></a> label in the Cartographer repository.</p>
<p>Wanting to contribute but not sure where to start? Please see the <a href="https://github.com/vmware-tanzu/cartographer/labels/good%20first%20issue"><code>good first issue</code></a> label in the Cartographer repository and feel free to reach out or give feedback!</p>
</div>
</div>
<div class="col">
Expand All @@ -61,7 +61,18 @@ <h3><a href="https://kubernetes.slack.com/archives/C02HKPSEKV1"> Slack</a></h3>
</div>
<div class="content">
<h3><a href="https://groups.google.com/g/cartographeross">Google Groups</a></h3>
<p>Join the mailing list and follow group discussions</p>
<p>Join the <a href="https://groups.google.com/g/cartographeross"> mailing list</a> to get updates on the project and receive invitations to the community meetings</p>
</div>
</div>
<div class="col">
<div class="icon">
<img class='community-logo' src="/img/calendar.svg" />
</div>
<div class="content">
<p>Join the Cartographer community meetings every Wednesday at 8:00AM PT on <a href="https://VMware.zoom.us/j/93284305373?pwd=UnJKL0ZaN0pqeXVMczk1WThOSUp6QT09">Zoom</a></p>
<p>Add your discussion topics or questions to the <a href="https://docs.google.com/document/d/1HwsjzxpsNI0l1sVAUia4A65lhrkfSF-_XfKoZUHI120/edit?usp=sharing">open agenda</a></p>
<p>Watch the recordings for past meetings in the <a href="https://www.youtube.com/playlist?list=PL7bmigfV0EqSZA5OLwrqKsAYXA1GqPtu8">playlist</a></p>

</div>
</div>
</div>
Expand Down