Add Automated CI/CD to Template repos
blaiszik opened this issue · 0 comments
blaiszik commented
A concept that I have tossed around is implenting some basic (project type specific) CI/CD principles into the template repos to more rapidly enables scientists to get up and running and follow best practices. For example, a software package template repo might have:
- Template for PyPI integration
- Example pytest directory
- Pytest running with Github Actions
it sounds like a small addition, but most scientists don't think about these things until it's too late :)