Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 820 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 820 Bytes

How to contribute to Control-M Python Client

Support

Found a bug? Looking for a new feature? Check if we have an issue open already. If we don't, go ahead and create one. Together with the community we will make an effort to prioritize and address relevant issues.

Contributions

To contribute, you should fork the project and open a pull request

Before opening a pull request make sure another one on the same subject is not opened already

Setting up a development environment

Use the requirements_dev.txt

$ git clone https://github.com/controlm/ctm-python-client.git
$ cd ctm-python-client
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements_dev.txt