github.com/amrnt/deis@v1.3.1/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  Share your Experience
    28  ---------------------
    29  Interact with the community on our user mailing list or live in our IRC channel,
    30  #deis on Freenode, where you can chat with other Deis users any time of day.
    31  
    32  
    33  .. _`Github issue`: https://github.com/deis/deis/issues/new
    34  .. _`docs/`: https://github.com/deis/deis/tree/master/docs
    35  .. _`easy-fix`: https://github.com/deis/deis/labels/easy-fix