Checklist for contributions to CompDam
July 14, 2026 ยท View on GitHub
Pull requests (PR) to CompDam are welcome and much appreciated. Here is a checklist to go through before submitting a PR:
- The new code is formatted consistently with the existing code base
- One or more tests is included that demonstrate and verify the new functionality
- The new functionality is documented in the README as appropriate
- All tests are passing (please attach the test report to the PR)
- Spell check
- Run the link-checker in the utilities section:
python utilities/link-checker/check_markdown_links.py . - Generate pes files for examples:
python dcb_runner.py --genPes - Update the section 'Citing CompDam' in the README with the new proposed version number