Any remark, feature or pull request can be done in this GitHub repository.
Subject, sentence cased
Label:type
.
ex.: My new component
GitHub issues label: [feature]
Create branch from issue.
{subject-kebab-cased}/{type}/{issueNumber}
ex.:
my-new-component/feat/123
Committing is linted following conventional commits conventions.
This allows an easy and automatic versioning, change-logging, and NPM publishing workflow.
ex.:
feat: my new sub-feature
docs: some doc for this sub-feature
(GH auto-generated titles)
Mono-commit:
docs: adding one-shot docs
Multi-commits:
My new component/feat/123