# <type>(<scope>): <short description>
#
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Use CONVENTIONAL COMMITS, see <https://www.conventionalcommits.org/en/v1.0.0/>
#
# Structure:
#
#     <type>(<scope>): <short description>
#
#     <long description>
#
# Where <type> is:
#
#  - fix       Bug fix
#  - feat      New feature or one in development
#  - chore     Reoccurring tasks, e.g. copyright year updates
#  - ci        CI system (Jenkins / Docker / CI scripts)
#  - build     Build system (QMake / CMake) but also scripts
#              for our development setup
#  - docs      Documentation (README, docs/ folder)
#  - style     Change that does not affect meaning of code
#  - refactor  Change that is neither bug-fix nor feature
#  - perf      Performance
#  - test      Test changes (folder test/)
#  - release   For new releases
#
# Where <scope> is for example "movie", "scrapers", etc.
# `(<scope>)` is optional.
#
# Examples:
#
#    fix(scraper): IMDb movie title scraping
#
#    The IMDb scraper broke and didn't scrape movie titles anymore.
#    This commit fixes it by changing the corresponding RegEx.
#
