PYDAQ is intended to be a community project. You are more than welcome to contribute!
If you find any bugs or have suggestions for new features, please report them on issue tracker on GitHub.
Documentation is as important as the library itself and PYDAQ documentation can be found here. English is not my primary language, so if you find any typo or wrong phrases, do not hesitate to point me out.
These are some basic steps to help us with coding:
- Install and Setup Git on your computer.
- Fork PYDAQ
- Clone the fork on your local machine
- Install it in editable mode using
pip install -e /path/to/pydaq
- Create a new branch.
- Make changes following the coding style of the project (or suggesting improvements).
- Run the tests.
- Write and/or adapt existing test if needed.
- Add documentation if needed.
- Commit.
- Push to your fork
- Open a pull request!