Skip to content

Commit 76db336

Browse files
committed
chore: add example type in cc guide
1 parent 318b248 commit 76db336

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ refactor: move assets to src/assets
5959
```
6060
`test`: adding missing tests or correcting existing tests
6161
```
62-
test: added tests for add() component // added new example `firework
62+
test: added tests for add() component
6363
```
6464
`build`: changes that affect the build system or external dependencies (esbuild, typescript)
6565
```
@@ -77,4 +77,7 @@ revert: feat: add hello() component
7777
```
7878
chore: update README.md
7979
```
80-
80+
`example`: adding a new example
81+
```
82+
example: add firework example
83+
```

0 commit comments

Comments
 (0)