Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 1.06 KB

Contributing

We rely on pull requests to keep this project maintained. By participating in this project, you agree to abide by the VMware code of conduct.

Fork, then clone the repo:

git clone [email protected]:carbonblack/carbon-black-cloud-sdk-python.git

Set up your machine:

python3 -m virtualenv ./venv
source venv/bin/activate
python3 setup.py develop

Make sure the tests pass:

pytest

Make your change. Add tests for your change. Make the tests pass:

pytest

Push to your fork and submit a pull request.

We try to respond to pull requests as quickly as possible. We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted: