Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

42 lines (22 loc) · 1.27 KB

Contributing to pycst

Hello and Welcome to pycst!

We love pull requests from everyone. By participating in this project, you agree to abide by our code of conduct.

Getting Help

  • If you found a bug or need a new feature, you can submit an issue

  • If you would like to chat with other contributors to pycst, consider joining the Gitter.

Contributing

  1. Fork, then clone the repo:

    git clone [email protected]:your-username/pycst.git

  2. Install the requirements:

    pip install -r requirements.txt

  3. Make your change, add tests for yout change.

  4. Make sure to comply with our coding style.

  5. Make sure the tests pass:

    pytest .

Push to your fork and submit a pull request using our PR template.

At this point you're waiting on us. We will review it according to our internal SLA and we may suggest some changes, improvements or alternatives.

Coding Style

  • PEP-8 compliant
  • 120 character line length

License

By contributing to pycst, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.