blob: cadf1b405a50f530af3878ebbf5bceb4cdb5569e [file] [log] [blame]
Ramya Achutha Rao5378ddd2018-10-16 19:44:46 -07001{
2 "user": {
3 "prefix": "user",
4 "scope": "markdown",
5 "body": [
Ramya Achutha Rao31772a92018-10-16 20:13:25 -07006 "* [$2 (@$1)](https://github.com/$1)"
Ramya Achutha Rao5378ddd2018-10-16 19:44:46 -07007 ],
8 "description": "User Info"
9 },
10 "pr": {
11 "prefix": "pr",
12 "scope": "markdown",
13 "body": [
Hanaa8bf0c22021-03-02 11:15:48 -050014 "[PR $1](https://github.com/golang/vscode-go/pull/$1)"
Ramya Achutha Rao5378ddd2018-10-16 19:44:46 -070015 ],
16 "description": "Pull Request Number"
17 },
18 "bug": {
19 "prefix": "bug",
20 "scope": "markdown",
21 "body": [
Hanaa8bf0c22021-03-02 11:15:48 -050022 "Fixes [Bug $1](https://github.com/golang/vscode-go/issues/$1) with [PR $2](https://github.com/golang/vscode-go/pull/$2)"
Ramya Achutha Rao5378ddd2018-10-16 19:44:46 -070023 ],
24 "description": "Bug Number"
25 },
26 "feature": {
27 "prefix": "feature",
28 "scope": "markdown",
29 "body": [
Hanaa8bf0c22021-03-02 11:15:48 -050030 "[Feature Request $1](https://github.com/golang/vscode-go/issues/$1) implemented with [PR $2](https://github.com/golang/vscode-go/pull/$2)"
Ramya Achutha Rao5378ddd2018-10-16 19:44:46 -070031 ],
32 "description": "Feature Request Number"
33 }
34}