mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
103 lines
3.8 KiB
HTML
103 lines
3.8 KiB
HTML
---
|
|
layout: default
|
|
title: Community
|
|
office_hours_link: https://github.zoom.us/j/221410810
|
|
redirect_from:
|
|
- /contribute/
|
|
links:
|
|
- octicon: unmute
|
|
pretext: "Listen to the podcast with @hiimbex & @bdougie"
|
|
title: "Frontsize 105: Automating GitHub with Probot"
|
|
href: https://frontside.io/podcast/105-automating-github-with-probot/
|
|
- octicon: unmute
|
|
pretext: "Listen to the podcast with @bkeepers & @hiimbex"
|
|
title: "The Changelog #264: Automating GitHub with Probot"
|
|
href: https://changelog.com/podcast/264
|
|
- octicon: device-camera-video
|
|
pretext: "Watch the talk at GitHub Universe from @jbjonesjr"
|
|
title: "Extending with GitHub: easy integrations with Probot"
|
|
href: https://www.youtube.com/watch?v=AJXDdkd9U7M
|
|
- octicon: device-camera-video
|
|
pretext: "Watch the talk at Node Summit from @hiimbex"
|
|
title: "Automating your Workflow with Probot"
|
|
href: https://vimeo.com/287507595
|
|
---
|
|
|
|
<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 mr-0 mr-md-3" href="https://twitter.com/ProbotTheRobot">
|
|
Follow on Twitter
|
|
</a>
|
|
|
|
<a class="btn btn-outline d-inline-block mb-1" href="https://stackoverflow.com/questions/tagged/probot">
|
|
Ask on Stack Overflow
|
|
</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">9:30 Pacific</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" data-utc></span>
|
|
<span class="end js-office-hours-end-time" data-format="YYYY-MM-DD HH:mm" data-utc></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">
|
|
<div class="d-flex gutter flex-wrap">
|
|
{% for link in page.links %}
|
|
<div class="col-md-6 col-12 mb-4">
|
|
{{ link.pretext }}:<br>
|
|
{% octicon {{ link.octicon }} class:"mr-2 text-gray" %}
|
|
<a href="{{ link.href }}">{{ link.title }}</a>
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<script src="https://addevent.com/libs/atc/1.6.1/atc.min.js" async></script>
|