chowdsp_utils
chowdsp_utils copied to clipboard
New Module Checklist
Checklist of things to do for new modules:
- Create module:
- Set up JUCE module header
- Double-check version
- Double-check license
- Double-check depedencies
- Add module to the full list of JUCE modules
- Create Unit Test
- Add target to tests directory
- Add test to CI build matrix
- If the module does something platform specific (e.g. SIMD), add it to the ARM CI as well
- Other Tests
- Add to code quality checks here and here
- Add to static tests
- Documentation
- Update README
- Update CHANGELOG
TODO: Let's see if we can shrink this list, or at least automate some of it!