github.com/projectcontour/contour@v1.28.2/site/content/community/_index.html (about) 1 --- 2 title: "Community" 3 layout: section 4 --- 5 <div class="hero subpage-hero"> 6 <div class="wrapper"> 7 <h1>Community</h1> 8 </div> 9 </div> 10 <div class="wrapper subpage"> 11 <h2>Do you want to help build Contour?</h2> 12 <div class="grid three"> 13 <div class="col"> 14 <div class="icon"> 15 <img src="/img/github-image.svg" alt="GitHub Logo"/> 16 </div> 17 <div class="content"> 18 <p>If you’re a newcomer, check out the <a href="https://github.com/projectcontour/contour/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+first+issue%22">Good first issue</a> and <a href="https://github.com/projectcontour/contour/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22Help+wanted%22+">Help wanted</a> labels in the Contour repository.</p> 19 <p>Join the Contour Office Hours, a place where you can ask questions like “how do I do this in Contour” and “why does Contour do this thing this way?” </p> 20 <p>Contour Community Meetings and Office Hours are currently paused</p> 21 </div> 22 </div> 23 <div class="col"> 24 <div class="icon"> 25 <img src="/img/slack.svg" alt="Slack Logo"/> 26 </div> 27 <div class="content"> 28 <p>Join our Kubernetes Slack channel <a href="https://kubernetes.slack.com/?redir=%2Fmessages%2Fcontour">#contour</a> and chat with over 1000 other community members.</p> 29 <p><a href="https://communityinviter.com/apps/kubernetes/community">Get an invite</a> to Kubernetes Slack if you are not already a member.</p> 30 <div class="icon twitter"> 31 <img src="/img/twitter.svg" alt="Twitter Logo"/> 32 </div> 33 <p>Get updates on Twitter at <a href="https://twitter.com/projectcontour">@projectcontour</a></p> 34 </div> 35 </div> 36 <div class="col"> 37 <div class="icon"> 38 <img src="/img/calendar.svg" alt="Calendar Image"/> 39 </div> 40 <div class="content"> 41 <p>Join the <a href="https://groups.google.com/g/project-contour">Project Contour Users</a> mailing list for Contour news, release notifications, invitations to the community meetings, to discuss issues, or to provide suggestions and feedback.</p> 42 <p>Join the Contour Community Meetings on Zoom:</p> 43 <ul> 44 <li>Contour Community Meetings and Office Hours are currently paused</li> 45 <li>Join the <a href="https://groups.google.com/g/project-contour">mailing list</a> to get an automated invitation to the meeting</li> 46 <li>Meeting notes can be found <a href="https://hackmd.io/84Xbl4WBTpm7OBhaOAsSiw">here</a></li> 47 <li>Meetings are recorded and can be found <a href="https://www.youtube.com/playlist?list=PLk2K7YhXu5KtYU1UGEYNC8ApH5gsWihDJ">here</a></li> 48 </ul> 49 </div> 50 </div> 51 </div> 52 </div>