mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
86 lines
3.2 KiB
HTML
86 lines
3.2 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="addtocalendar atc-style-blue">
|
|
<a class="atcb-link btn btn-outline">
|
|
{% octicon calendar class:"mr-2" %} Add to Calendar
|
|
</a>
|
|
|
|
<var class="atc_event">
|
|
<var class="atc_date_start js-office-hours-start-time"></var>
|
|
<var class="atc_date_end js-office-hours-end-time"></var>
|
|
<var class="atc_timezone">UTC</var>
|
|
<var class="atc_title">Probot Office Hours</var>
|
|
<var class="atc_description">Join us every Friday to give feedback, ask questions, get help, or just chat about ideas.</var>
|
|
<var class="atc_location">{{ page.office_hours_link }}</var>
|
|
</var>
|
|
</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 async src="//addtocalendar.com/atc/1.5/atc.min.js" charset="utf-8"></script>
|