We welcome contributions and development suggestions, which will be dealt with according to need and Analyst capacity at Public Health Scotland.
If you find a bug or performance issue, or want to request a feature please open an issue on GitHub. If you would like to develop the code please follow this best practice workflow:
- Fork the repository
- Checkout a new branch
- Update the code locally
- Add comments for other developers
- Add docstrings for code users
- Write tests to cover your updates
- Consider updating the documentation (see the documentation README)
- Commit and push changes to your fork
- Open a pull request to merge your branch into the main branch for Public-Health-Scotland/dose_instruction_parser
- Review tests and code coverage generated by GitHub actions (see the GitHub workflows readme)