Skip to content

Commit

Permalink
chore: add instructions for conventional commits in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed May 21, 2024
1 parent bf5beab commit d325669
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
1. The source entry point is `src/kaboom.ts`, editing any files referenced will automatically trigger rebuild. **Make sure not to break any existing examples**.

## Before commit
1. follow conventional [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) format. You can see how seeing
the commit history.
1. `npm run check` to check typescript.
1. `npm run fmt` to format.

Expand Down

0 comments on commit d325669

Please sign in to comment.