mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-17 04:09:31 +08:00
57 lines
2.2 KiB
Markdown
57 lines
2.2 KiB
Markdown
# Welcome to Probot's Summer of Code!
|
|
|
|
In 2018, Probot is participating in Google's Summer of Code and Rails Girls Summer of Code, two amazing programs that help students connect with open source projects.
|
|
|
|
## FAQ
|
|
|
|
#### How do I get started with Probot?
|
|
|
|
We suggest that you build our ["Hello World" app](https://probot.github.io/docs/hello-world/) to get the hang of registering a GitHub App and the base setup of a Probot App. In your application, include a link to a comment that your Hello World app created on a test repository.
|
|
|
|
You can also [join our Slack](https://probot-slackin.herokuapp.com/) and join the **#summer-of-code** channel.
|
|
|
|
#### Can I claim this cool idea?
|
|
|
|
We're excited that you're excited, but the Summer of Code ideas in our [ideas repo](https://github.com/probot/ideas) are for the students that are accepted to work on Probot over the summer. Claims to those ideas will be ignored until April (when the submission deadline has passed).
|
|
|
|
#### Someone has claimed this idea, can I still have it in my application?
|
|
|
|
Absolutely! See the above answer.
|
|
|
|
#### I have another cool idea for an app!
|
|
|
|
Amazing! Be sure to include it in your application.
|
|
|
|
## Mentors
|
|
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td align="center" valign="top">
|
|
<img width="150" height="150" src="https://github.com/bkeepers.png?s=150">
|
|
<br>
|
|
<a href="https://github.com/bkeepers">Brandon Keepers</a>
|
|
</td>
|
|
<td align="center" valign="top">
|
|
<img width="150" height="150" src="https://github.com/gr2m.png?s=150">
|
|
<br>
|
|
<a href="https://github.com/gr2m">Gregor Martynus</a>
|
|
</td>
|
|
<td align="center" valign="top">
|
|
<img width="150" height="150" src="https://github.com/JasonEtco.png?s=150">
|
|
<br>
|
|
<a href="https://github.com/JasonEtco">Jason Etcovitch</a>
|
|
</td>
|
|
<td align="center" valign="top">
|
|
<img width="150" height="150" src="https://github.com/tcbyrd.png?s=150">
|
|
<br>
|
|
<a href="https://github.com/tcbyrd">Tommy Byrd</a>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
## Application Requirements
|
|
|
|
* You must have created the ["Hello World" app](https://probot.github.io/docs/hello-world/), and provided a link to a comment that it has posted. |