Skip to content

Commit 4e16855

Browse files
committed
[IMP] Update CONTRIBUTING.md
1 parent 33a1c9b commit 4e16855

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ and specifies the language of the snippets.
1414
* You can relaunch the extension from the debug toolbar after making changes to the files listed above.
1515
* You can also reload (`Ctrl+R` or `Cmd+R` on Mac) the VS Code window with your extension to load your changes.
1616

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+
1730
## Send a PR
1831
* Commit your changes and send us a Pull Request.
1932

0 commit comments

Comments
 (0)