Skip to content

Commit 7d3db03

Browse files
committed
Merge pull request #4327 from mboersma/digitalocean-credits
docs(hacking): offer DigitalOcean credits to new contributors!
2 parents 8c0e7c9 + d523ac6 commit 7d3db03

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

docs/contributing/hacking.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
Development Environment
66
=======================
77

8+
DigitalOcean_ is the recommended development environment for Deis project
9+
contributors. :ref:`Provision a new DO cluster <deis_on_digitalocean>` and then
10+
continue to follow the instructions below to get started hacking.
11+
12+
.. _digitalocean_credit:
13+
14+
.. important::
15+
16+
Are you a new contributor to Deis? Your first `Pull Request`_ could earn you
17+
credit at DigitalOcean_! Submit your changes and then email
18+
deis@engineyard.com. When your PR is merged, the maintainer team will
19+
send you a DigitalOcean credit based on the value of your contribution.
20+
821
This document is for developers who are interested in working directly on the
922
Deis codebase. In this guide, we walk you through the process of setting up
1023
a local development environment. While there are many ways to set up your
@@ -430,6 +443,8 @@ Pull Requests
430443
Please read :ref:`standards`. It contains a checklist of things you should do
431444
when proposing a change to Deis.
432445

446+
.. _DigitalOcean: https://www.digitalocean.com/
447+
.. _`Pull Request`: https://github.com/deis/deis/pulls
433448
.. _`easy-fix`: https://github.com/deis/deis/issues?labels=easy-fix&state=open
434449
.. _`deisctl`: https://github.com/deis/deis/tree/master/deisctl
435450
.. _`fork the Deis repository`: https://github.com/deis/deis/fork

docs/contributing/overview.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:title: Contributor Overview
1+
:title: Contributor Overview
22
:description: Interested in contributing to the Deis project? There are lots of ways to help.
33

44
.. _contributor:
@@ -26,6 +26,12 @@ Interested in contributing code? Let’s chat in IRC. Make sure to check out iss
2626

2727
When you're ready to begin writing code, review :ref:`design-documents` and :ref:`hacking`.
2828

29+
.. important::
30+
31+
If you're a new contributor to Deis, your Pull Request could earn you
32+
:ref:`credit at DigitalOcean <digitalocean_credit>`!
33+
34+
2935
Share your Experience
3036
---------------------
3137
Interact with the community on our user mailing list or live in our IRC channel,

0 commit comments

Comments
 (0)