First off, thanks for taking the time to contribute! 🎉
Please read our Code of Conduct before participating.
git clone https://github.com/{{ ORG_NAME }}/{{ REPO_NAME }}.git
cd {{ REPO_NAME }}
{{ PACKAGE_MANAGER }} install
{{ PACKAGE_MANAGER }} run dev
- Fork →
feat/awesome-featurebranch. - Add tests & ensure lint passes:
{{ PACKAGE_MANAGER }} run test. - Commit using Conventional Commits.
- Open a PR and fill in the template.
- Lint: {{ LINT_TOOL }} (
{{ PACKAGE_MANAGER }} run lint) - Format: {{ FORMATTER }}
- Target {{ MIN_COVERAGE }} % test coverage
main merges trigger semantic-release via CI.