- Bugfix
- New feature
- Refactoring
- Breaking change (any change that would cause existing functionality to not work as expected)
- Documentation Update
- Other (please describe)
- Add test cases to all the changes you introduce
- Run
inv stylelocally to ensure all linter checks pass - Run
inv testlocally to ensure all test cases pass - Run
inv securelocally to ensure no major vulnerability is introduced - Update the documentation if necessary