github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/docs/contributing/overview.rst (about)

     1  :title: Contributor Overview
     2  :description: Interested in contributing to the Deis project? There are lots of ways to help.
     3  
     4  .. _contributor:
     5  
     6  Contributor Overview
     7  ====================
     8  
     9  Interested in contributing to the Deis project?  There are lots of ways to help.
    10  
    11  File Bugs & Enhancements
    12  ------------------------
    13  Find a bug? Want to see a new feature? Have a request for the maintainers?
    14  Open a `GitHub issue`_ and we’ll get the conversation started.
    15  
    16  Write Documentation
    17  -------------------
    18  We are always looking to improve and expand our documentation.
    19  Most docs reside in the main repository under the `docs/`_ directory.
    20  Simply fork the project, update docs and send us a pull request.
    21  
    22  Contribute Code
    23  ---------------
    24  We are always looking for help improving the core framework, modules, tooling and test coverage.
    25  Interested in contributing code? Let’s chat in IRC. Make sure to check out issues tagged `easy-fix`_.
    26  
    27  When you're ready to begin writing code, review :ref:`design-documents` and :ref:`hacking`.
    28  
    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  
    35  Share your Experience
    36  ---------------------
    37  Interact with the community on our user mailing list or live in our IRC channel,
    38  #deis on Freenode, where you can chat with other Deis users any time of day.
    39  
    40  
    41  .. _`Github issue`: https://github.com/deis/deis/issues/new
    42  .. _`docs/`: https://github.com/deis/deis/tree/master/docs
    43  .. _`easy-fix`: https://github.com/deis/deis/labels/easy-fix