Skip to content

Commit

Permalink
docs(hacking): offer DigitalOcean credits to new contributors!
Browse files Browse the repository at this point in the history
Your first Deis PR can get you free credit at DigitalOcean. Submit
code and send an email to [email protected] to enter.
  • Loading branch information
mboersma committed Aug 25, 2015
1 parent 8c0e7c9 commit d523ac6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/contributing/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
Development Environment
=======================

DigitalOcean_ is the recommended development environment for Deis project
contributors. :ref:`Provision a new DO cluster <deis_on_digitalocean>` and then
continue to follow the instructions below to get started hacking.

.. _digitalocean_credit:

.. important::

Are you a new contributor to Deis? Your first `Pull Request`_ could earn you
credit at DigitalOcean_! Submit your changes and then email
[email protected]. When your PR is merged, the maintainer team will
send you a DigitalOcean credit based on the value of your contribution.

This document is for developers who are interested in working directly on the
Deis codebase. In this guide, we walk you through the process of setting up
a local development environment. While there are many ways to set up your
Expand Down Expand Up @@ -430,6 +443,8 @@ Pull Requests
Please read :ref:`standards`. It contains a checklist of things you should do
when proposing a change to Deis.

.. _DigitalOcean: https://www.digitalocean.com/
.. _`Pull Request`: https://github.com/deis/deis/pulls
.. _`easy-fix`: https://github.com/deis/deis/issues?labels=easy-fix&state=open
.. _`deisctl`: https://github.com/deis/deis/tree/master/deisctl
.. _`fork the Deis repository`: https://github.com/deis/deis/fork
Expand Down
8 changes: 7 additions & 1 deletion docs/contributing/overview.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:title: Contributor Overview
:title: Contributor Overview
:description: Interested in contributing to the Deis project? There are lots of ways to help.

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

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

.. important::

If you're a new contributor to Deis, your Pull Request could earn you
:ref:`credit at DigitalOcean <digitalocean_credit>`!


Share your Experience
---------------------
Interact with the community on our user mailing list or live in our IRC channel,
Expand Down

0 comments on commit d523ac6

Please sign in to comment.