#lint: Lint
#feat: A feature
#fix: A bug fix
#style: Changes that do not affect the meaning of the code 

#refactor: A code change that neither fixes a bug or adds a feature
#perf: A code change that improves performance
#chore: Changes to the build process

#poetry: Changes to poetry
#test: Adding missing tests
#docs: Documentation only changes
#trunk: Changes to trunk (linter) configuration 

#release: a change that's made weekly as a piece of being on the release cop
#submodule: A submodule update

# Title: Summary, imperative, start upper case, don't end with a period
# No more than 50 chars. #### 50 chars is here: #

# Body: Explain *what* and *why* (not *how*).
