Contribute installation

If you want to contribute the project, you may install editable. Editables provided by PyPI and very helps in development process. With editables you doesn’t required to install package on every change in code.

For first, create fork of ezbotf repository: https://github.com/ftdot/ezbotf

After, clone your repository to local computer:

git clone https://github.com/<username>/ezbotf

Note

Replace <username> with your GitHub username account from you forked framework.

Enter to the directory:

cd ezbotf

Install editable:

pip install --editable .

Contribute

After you have changed code, you can create pull request: https://github.com/username/ezbotf/compare But, do not forget about changelog and replace username with your GitHub username.