forked from probot/probot.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
76 lines (69 loc) · 2.32 KB
/
community.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
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 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>