Skip to content

Commit

Permalink
chore: add example type in cc guide
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed May 22, 2024
1 parent 318b248 commit 76db336
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ refactor: move assets to src/assets
```
`test`: adding missing tests or correcting existing tests
```
test: added tests for add() component // added new example `firework
test: added tests for add() component
```
`build`: changes that affect the build system or external dependencies (esbuild, typescript)
```
Expand All @@ -77,4 +77,7 @@ revert: feat: add hello() component
```
chore: update README.md
```

`example`: adding a new example
```
example: add firework example
```

0 comments on commit 76db336

Please sign in to comment.