conventional-changelog / commitlint

📓 Lint commit messages

Home Page:https://commitlint.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: sec for security type

ChrisMM opened this issue · comments

Expected Behavior

When contributors are making changes, I want them to easily prefix their commits using Conventional Commits, so they distinguish the type of the commit, including security type changes.

Current Behavior

Contributors can select types:

feat:
fix:
build:
chore:
ci:
docs:
perf:
refactor:
revert:
style:
test:

Affected packages

  • cli
  • core
  • prompt
  • config-angular

Possible Solution

Contributors would be able to select sec: for a security type changes.

Context

When I'm reading through commits, I want an easy way to quickly distinguish them, so their purpose is clear including security updates.

The types are defined by Conventional Commits and those are based on the Angular conventions.
You can try to open a PR there or overwrite the types yourself.
Hope this helps.