Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/commitizen #27

Merged
merged 5 commits into from
Apr 6, 2024
Merged

Feat/commitizen #27

merged 5 commits into from
Apr 6, 2024

Commits on Apr 6, 2024

  1. feat(core): added commitizen

    improved commit experience and added prepare-commit-msg husky script to catch git commit events
    imCorfitz committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    add814e View commit details
    Browse the repository at this point in the history
  2. refactor(core): removing @commitlint/prompt-cli

    removing @commitlint/prompt-cli package in favour of commitizen
    imCorfitz committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    f109809 View commit details
    Browse the repository at this point in the history
  3. fix(core): added missing words to cspell config

    cspell throws error because of missing words: ixahmedxi and degit
    imCorfitz committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    d379467 View commit details
    Browse the repository at this point in the history
  4. docs(core): adding documentation for commit messages

    Updated README with details on how to use commitlint and commitizen for commit messages
    imCorfitz committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    9dc0eaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b623cb7 View commit details
    Browse the repository at this point in the history