Documentation
README
Conventional Commits
When creating any git commit in this repository, follow the project's commit convention.
Unlike the /commit command (which the user invokes explicitly), this skill applies
automatically whenever a commit message is being authored.
Format
Single-line, when a GitHub issue applies:
<type>: (#<issue_number>) <issue_name> - <description>.
Single-line, when no GitHub issue applies:
<type>: <description>.
Multiline, when the change spans multiple concerns:
<type>: (#<issue_number>) <issue_name>:
- <description_line_1>.
- <description_line_2>.
This is the opening of the README. Read the full README on GitHub.