Skip to content

Instantly share code, notes, and snippets.

@andrewfritz86
andrewfritz86 / github-conventional-comments.js
Last active May 9, 2022 14:42 — forked from ifyoumakeit/github-conventional-comments.js
GitHub Conventional Comments (instructions to install in comment below code)
// Credit Dave Garwacke @ifyoumakeit
{
// https://conventionalcomments.org/#labels
const LABELS = [
["praise", "Praises highlight something positive. Try to leave at least one of these comments per review. Do not leave false praise (which can actually be damaging). Do look for something to sincerely praise."],
["nitpick", "Nitpicks are small, trivial, but necessary changes. Distinguishing nitpick comments significantly helps direct the reader's attention to comments requiring more involvement."],
["suggestion (blocking)", "Suggestions are specific requests to improve the subject under review. It is assumed that we all want to do what's best, so these comments are never dismissed as “mere suggestions”, but are taken seriously."],
["suggestion (non-blocking)", "Suggestions are specific requests to improve the subject under review. It is assumed that we all want to do what's best, so these comments are never dismissed as “mere suggestions”, but are taken seriously."],
["issue (blocking)"

Sublime Text Keyboard Shortcuts

Shortcut Command
command + shift + p open command pallette
command + left arrow move cursor to the beginning of current line
command + right arrow move cursor to the end of current line
command + up arrow move cursor to the top line of the file
command + down arrow move cursor to the last line of the file
command + multiple mouseclicks create multiple cursors within file
option + mousedrag create multiple cursors along mousepath