We welcome community participation in our tools. For information on contributing see our article here
If you encounter any issues please report these the Github issues page.
- update repo name in template
- set up GitHub Actions automated build
- set up SonarCloud build
- add quickstart install documentation to the README
- add setup/install documentation to the Wiki
Update the ${REPO_NAME}
to the repo name in the following:
README.md
.github/bug_report.md
- version
- build status
- GitHub Actions
- SonarCloud build
e.g.
![PyPI](https://img.shields.io/pypi/v/lusidtools?color=blue)
[![Build Status](https://travis-ci.org/finbourne/lusid-python-tools.svg?branch=master)](https://travis-ci.org/finbourne/lusid-python-tools)
![](https://github.com/finbourne/lusid-python-tools/workflows/commit-hook/badge.svg)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=finbourne_lusid-python-tools&metric=alert_status)](https://sonarcloud.io/dashboard?id=finbourne_lusid-python-tools)