Skip to content

Instantly share code, notes, and snippets.

@EverlastingBugstopper
Last active June 8, 2020 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EverlastingBugstopper/9feaf56b3dfe2a2c4ad156db36f2f75a to your computer and use it in GitHub Desktop.
Save EverlastingBugstopper/9feaf56b3dfe2a2c4ad156db36f2f75a to your computer and use it in GitHub Desktop.
changelog code snippet for everlastingbugstopper/chrome-devtools-rs
{
"changelog": {
"prefix": "changelog",
"body": [
"- **${1:Summary} - [${2:Author}], [issue/${3:Issue #}] [pull/${4:PR #}]**\n\n ${5:Detailed description}\n\n [$2]: https://github.com/$2\n [pull/$4]: https://github.com/EverlastingBugstopper/chrome-devtools-rs/pull/$4\n [issue/$3]: https://github.com/EverlastingBugstopper/chrome-devtools-rs/issues/$3"
],
"description": "changelog boilerplate"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment