Ramya Achutha Rao | 5378ddd | 2018-10-16 19:44:46 -0700 | [diff] [blame] | 1 | { |
| 2 | "user": { |
| 3 | "prefix": "user", |
| 4 | "scope": "markdown", |
| 5 | "body": [ |
Ramya Achutha Rao | 31772a9 | 2018-10-16 20:13:25 -0700 | [diff] [blame] | 6 | "* [$2 (@$1)](https://github.com/$1)" |
Ramya Achutha Rao | 5378ddd | 2018-10-16 19:44:46 -0700 | [diff] [blame] | 7 | ], |
| 8 | "description": "User Info" |
| 9 | }, |
| 10 | "pr": { |
| 11 | "prefix": "pr", |
| 12 | "scope": "markdown", |
| 13 | "body": [ |
Hana | a8bf0c2 | 2021-03-02 11:15:48 -0500 | [diff] [blame] | 14 | "[PR $1](https://github.com/golang/vscode-go/pull/$1)" |
Ramya Achutha Rao | 5378ddd | 2018-10-16 19:44:46 -0700 | [diff] [blame] | 15 | ], |
| 16 | "description": "Pull Request Number" |
| 17 | }, |
| 18 | "bug": { |
| 19 | "prefix": "bug", |
| 20 | "scope": "markdown", |
| 21 | "body": [ |
Hana | a8bf0c2 | 2021-03-02 11:15:48 -0500 | [diff] [blame] | 22 | "Fixes [Bug $1](https://github.com/golang/vscode-go/issues/$1) with [PR $2](https://github.com/golang/vscode-go/pull/$2)" |
Ramya Achutha Rao | 5378ddd | 2018-10-16 19:44:46 -0700 | [diff] [blame] | 23 | ], |
| 24 | "description": "Bug Number" |
| 25 | }, |
| 26 | "feature": { |
| 27 | "prefix": "feature", |
| 28 | "scope": "markdown", |
| 29 | "body": [ |
Hana | a8bf0c2 | 2021-03-02 11:15:48 -0500 | [diff] [blame] | 30 | "[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 Rao | 5378ddd | 2018-10-16 19:44:46 -0700 | [diff] [blame] | 31 | ], |
| 32 | "description": "Feature Request Number" |
| 33 | } |
| 34 | } |