Skip to content

Instantly share code, notes, and snippets.

@ben-p-commits
Created July 11, 2023 14:34
Show Gist options
  • Save ben-p-commits/6b8beeee62e16ce807cb244e4530c288 to your computer and use it in GitHub Desktop.
Save ben-p-commits/6b8beeee62e16ce807cb244e4530c288 to your computer and use it in GitHub Desktop.
Raycast Conventional Comments Snippets
[
{
"name": "praise",
"text": "**[praise:](https://conventionalcomments.org/#labels)**",
"keyword": "cc:praise"
},
{
"name": "nitpick",
"text": "**[nitpick:](https://conventionalcomments.org/#labels)**",
"keyword": "cc:nitpick"
},
{
"name": "suggestion",
"text": "**[suggestion:](https://conventionalcomments.org/#labels)**",
"keyword": "cc:suggestion"
},
{
"name": "issue",
"text": "**[issue:](https://conventionalcomments.org/#labels)**",
"keyword": "cc:issue"
},
{
"name": "todo",
"text": "**[todo:](https://conventionalcomments.org/#labels)**",
"keyword": "cc:todo"
},
{
"name": "question",
"text": "**[question:](https://conventionalcomments.org/#labels)**",
"keyword": "cc:question"
},
{
"name": "thought",
"text": "**[thought:](https://conventionalcomments.org/#labels)**",
"keyword": "cc:thought"
},
{
"name": "chore",
"text": "**[chore:](https://conventionalcomments.org/#labels)**",
"keyword": "cc:chore"
},
{
"name": "note",
"text": "**[note:](https://conventionalcomments.org/#labels)**",
"keyword": "cc:note"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment