You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Ensure `npm run lint`, `npm run typecheck`, and `npm test` all pass
30
+
5. Open a pull request
31
+
32
+
## Commit Messages
33
+
34
+
This project uses [Conventional Commits](https://www.conventionalcommits.org/) and [semantic-release](https://github.com/semantic-release/semantic-release) for automated versioning. Please format your commit messages accordingly:
35
+
36
+
-`feat: add new feature` (triggers minor release)
37
+
-`fix: resolve bug` (triggers patch release)
38
+
-`feat!: breaking change` (triggers major release)
0 commit comments