chowdsp_utils icon indicating copy to clipboard operation
chowdsp_utils copied to clipboard

New Module Checklist

Open jatinchowdhury18 opened this issue 3 years ago • 0 comments

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
  • Documentation
    • Update README
    • Update CHANGELOG

TODO: Let's see if we can shrink this list, or at least automate some of it!

jatinchowdhury18 avatar May 31 '22 19:05 jatinchowdhury18