adding some various snippets
This commit is contained in:
36
Packages/User/changelog.sublime-snippet
Normal file
36
Packages/User/changelog.sublime-snippet
Normal file
@ -0,0 +1,36 @@
|
||||
<snippet>
|
||||
<content><,
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
-
|
||||
|
||||
### Changed
|
||||
-
|
||||
|
||||
### Removed
|
||||
-
|
||||
|
||||
|
||||
## [1.0.0] - 20XX-01-01
|
||||
### Added
|
||||
-
|
||||
|
||||
### Changed
|
||||
-
|
||||
|
||||
### Removed
|
||||
-
|
||||
|
||||
|
||||
]]></content>
|
||||
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||||
<tabTrigger>changelog</tabTrigger>
|
||||
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
||||
<!-- <scope>source.python</scope> -->
|
||||
</snippet>
|
Reference in New Issue
Block a user