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

Add Checkbox for Marking Commit Messages as Breaking Changes #6

Closed
MBeggiato opened this issue Nov 6, 2024 · 0 comments · Fixed by #7
Closed

Add Checkbox for Marking Commit Messages as Breaking Changes #6

MBeggiato opened this issue Nov 6, 2024 · 0 comments · Fixed by #7
Labels
enhancement New feature or request

Comments

@MBeggiato
Copy link
Owner

Description:

Add a checkbox to the commit message form to let the user decide if the commit message should be marked as a breaking change. Breaking changes must be marked with an exclamation mark (!) after the commit type.

Acceptance Criteria:

Add a checkbox labeled "Breaking Change" to the form.
When the checkbox is checked, append an exclamation mark (!) after the commit type in the generated commit message.
Ensure the generated commit message follows the format: type!: message (e.g., chore!: drop support for Node 6).

Example:

If the user selects "chore" as the commit type, enters "drop support for Node 6" as the message, and checks the "Breaking Change" checkbox, the generated commit message should be: chore!: drop support for Node 6.

Additional Notes:

Ensure the checkbox is styled consistently with the rest of the form.
Update any relevant documentation to reflect this new feature.

@MBeggiato MBeggiato added the enhancement New feature or request label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant