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 33a1c9b commit 4e16855Copy full SHA for 4e16855
CONTRIBUTING.md
@@ -14,6 +14,19 @@ and specifies the language of the snippets.
14
* You can relaunch the extension from the debug toolbar after making changes to the files listed above.
15
* You can also reload (`Ctrl+R` or `Cmd+R` on Mac) the VS Code window with your extension to load your changes.
16
17
+## Commit format
18
+
19
+Use commits in follow format
20
21
+> [TAG] My commit message
22
23
+This `TAG` can be:
24
25
+* IMP: to improvements
26
+* NEW: to new resource and snippets
27
+* FIX: to bug fixes
28
+* DEL: to remove anything
29
30
## Send a PR
31
* Commit your changes and send us a Pull Request.
32
0 commit comments