Enable commit messages to link with project management tools like Jira, ClickUp, or Linear. This includes:
- Detecting ticket IDs (e.g., PREFIX-XXXX for Jira) based on a regex pattern or any other suitable method provided in the config.yaml
- Making ticket references (as URL to the ticket) clickable in supported platforms (Github, Bitbucket,Gitlab)
- Providing an option to validate if a commit message contains a ticket ID
Note:
If the tool converts ticket IDs into URLs, the character counter linting should exclude the URL length from the total commit message length.
Enable commit messages to link with project management tools like Jira, ClickUp, or Linear. This includes:
Note:
If the tool converts ticket IDs into URLs, the character counter linting should exclude the URL length from the total commit message length.