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.
-
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 .
-
Fork, then clone the repo:
git clone [email protected]:your-username/pycst.git
-
Install the requirements:
pip install -r requirements.txt
-
Make your change, add tests for yout change.
-
Make sure to comply with our coding style.
-
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.
- PEP-8 compliant
- 120 character line length
By contributing to pycst, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.