We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318b248 commit 76db336Copy full SHA for 76db336
CONTRIBUTING.md
@@ -59,7 +59,7 @@ refactor: move assets to src/assets
59
```
60
`test`: adding missing tests or correcting existing tests
61
62
-test: added tests for add() component // added new example `firework
+test: added tests for add() component
63
64
`build`: changes that affect the build system or external dependencies (esbuild, typescript)
65
@@ -77,4 +77,7 @@ revert: feat: add hello() component
77
78
chore: update README.md
79
80
-
+`example`: adding a new example
81
+```
82
+example: add firework example
83
0 commit comments