-
Notifications
You must be signed in to change notification settings - Fork 157
/
community.html
72 lines (65 loc) · 2.56 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
---
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="h2 text-center">Join the Community</h1>
<p class="alt-lead col-md-8 text-center color-text-secondary 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="d-flex flex-wrap flex-lg-justify-center flex-justify-around flex-self-center flex-sm-fill my-6" style="gap:10px">
<a
class="btn btn-outline d-inline-block mb-1 mb-md-0 mr-0 mr-md-3"
href="https://github.com/probot/probot/discussions"
>
GitHub Discussions
</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">
<div class="col-md-6 col-12 mb-4">
Listen to the podcast with @hiimbex & @bdougie:<br />
{% octicon "unmute" class="mr-2 color-text-secondary" %}
<a href="https://frontside.io/podcast/105-automating-github-with-probot/">Frontsize 105: Automating GitHub with Probot</a>
</div>
<div class="col-md-6 col-12 mb-4">
Listen to the podcast with @bkeepers & @hiimbex:<br />
{% octicon "unmute" class="mr-2 color-text-secondary" %}
<a href="https://changelog.com/podcast/264">The Changelog #264: Automating GitHub with Probot</a>
</div>
<div class="col-md-6 col-12 mb-4">
Watch the talk at GitHub Universe from @jbjonesjr:<br />
{% octicon "device-camera-video" class="mr-2 color-text-secondary" %}
<a href="https://www.youtube.com/watch?v=AJXDdkd9U7M">Extending with GitHub: easy integrations with Probot</a>
</div>
<div class="col-md-6 col-12 mb-4">
Watch the talk at Node Summit from @hiimbex:<br />
{% octicon "device-camera-video" class="mr-2 color-text-secondary" %}
<a href="https://vimeo.com/287507595">Automating your Workflow with Probot</a>
</div>
</div>
</div>
</div>
<script src="https://addevent.com/libs/atc/1.6.1/atc.min.js" async></script>