Files
probot.github.io/community.html
2018-03-08 18:17:37 +00:00

85 lines
3.3 KiB
HTML

---
layout: default
title: Community
office_hours_link: https://github.zoom.us/j/221410810
redirect_from:
- /contribute/
---
<div class="container-lg px-3 featurette">
<h1 class="alt-h2 text-center">Join the Community</h1>
<p class="alt-lead col-md-8 text-center text-gray mx-auto">
We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
</p>
<div class="text-center mt-6">
<a class="btn btn-outline d-inline-block mb-1 mb-md-0 mr-0 mr-md-3" href="https://probot-slackin.herokuapp.com/">
Chat on Slack
</a>
<a class="btn btn-outline d-inline-block mb-1 mb-md-0 mr-0 mr-md-3" href="https://github.com/probot/probot">
Contribute on GitHub
</a>
<a class="btn btn-outline d-inline-block mb-1 mb-md-0" href="https://twitter.com/ProbotTheRobot">
Follow on Twitter
</a>
</div>
<div id="office-hours" class="d-md-flex flex-row-reverse my-6">
<div class="col-md-6 flex-md-self-center">
<h2 class="alt-h3">Office Hours</h2>
<p>
Join us every
<strong>
<span class="js-office-hours-start-time" data-format="dddd">Friday</span> at
<span class="js-office-hours-start-time" data-format="h:mm A">17:00 UTC</span>
</strong>
to give feedback, ask questions, get help, or just chat about ideas.
</p>
<span class="addeventatc atc-style-blue" title="Add to Calendar">
<a class="atcb-link btn btn-outline">
{% octicon calendar class:"mr-2" %} Add to Calendar
</a>
<span class="start js-office-hours-start-time" data-format="YYYY-MM-DD HH:mm"></span>
<span class="end js-office-hours-end-time" data-format="YYYY-MM-DD HH:mm"></span>
<span class="timezone">UTC</span>
<span class="title">Probot Office Hours</span>
<span class="description">Join us every week to give feedback, ask questions, get help, or just chat about ideas.</span>
<span class="location">{{ page.office_hours_link }}</span>
<span class="recurring">FREQ=WEEKLY;INTERVAL=1</span>
</span>
<a href="{{ page.office_hours_link }}" class="btn btn-outline ml-2 office-hours-nag d-none">
{% octicon device-camera-video class:"mr-2" %} Join Now
</a>
</div>
<div class="col-md-6 py-4 px-md-6">
<a href="{{ page.office_hours_link }}">
<img src="/assets/office-hours.png" alt="" class="width-fit">
</a>
</div>
</div>
<div class="border-top container-md py-4 mx-auto d-block d-md-flex gutter-md">
<div class="col-12 col-md-6 mb-4 mb-md-0">
<div class="p-0 p-md-4">
{% octicon unmute class:"mr-2 text-gray" %}
Listen to The Changelog #264: <a class="text-bold" href="https://changelog.com/podcast/264">Automating GitHub with Probot</a>
</div>
</div>
<div class="col-12 col-md-6">
<div class="p-0 p-md-4">
{% octicon device-camera-video class:"mr-2 text-gray" %}
Watch the talk at GitHub Universe: <a class="text-bold" href="https://www.facebook.com/GitHub/videos/vb.262588213843476/1194319640670324">Extending with GitHub: easy integrations with Probot</a>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://addevent.com/libs/atc/1.6.1/atc.min.js" async defer></script>