Skip to content

Latest commit

 

History

History
executable file
·
43 lines (27 loc) · 1.1 KB

CONTRIBUTING.rst

File metadata and controls

executable file
·
43 lines (27 loc) · 1.1 KB

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

Submit Feedback

If you are proposing a feature:

  • Explain in detail how it would work.
  • Keep the scope as narrow as possible, to make it easier to implement.

Get Started!

Ready to contribute? Here's how to set up towerlib for local development.

  1. Clone your fork locally:

    $ git clone https://github.com/costastf/towerlib.git
  2. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your clone for local development:

    $ mkvirtualenv towerlib
    $ cd towerlib/
    $ python setup.py develop
  3. Create a branch for local development:

    $ git checkout -b name-of-your-bugfix-or-feature

    Now you can make your changes locally.

  4. Commit your changes and push your branch to the server:

    $ git add .
    $ git commit -m "Your detailed description of your changes."
    $ git push origin name-of-your-bugfix-or-feature
  5. Submit a merge request