Contribute to the repository by opening a pull request.
Develop code locally by cloning the source code and installing it.
# Clone (download) source code
git clone [email protected]:TomographicImaging/CILViewer.git
cd CILViewer
# Install
pip install ./Wrappers/Python
Before merging a pull request, all tests must pass. Install the required packages:
pip install pytest pillow
Tests can be run locally from the repository folder
python -m pytest Wrappers/Python/test
Located in CHANGELOG.md.
The changelog file needs to be updated manually every time a pull request (PR) is submitted.
- Itemise the message with "-".
- Be concise by explaining the overall changes in only a few words.
- Mention the relevant PR.
- Add CONTRIBUTING.md #403