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 git@github.com:TomographicImaging/CILViewer.git
cd CILViewer
# Install
pip install ./Wrappers/PythonBefore merging a pull request, all tests must pass. Install the required packages:
pip install pytest pillowTests can be run locally from the repository folder
python -m pytest Wrappers/Python/testLocated 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