Skip to content

Instantly share code, notes, and snippets.

View ricekot's full-sized avatar
🚀
Levelling up

Akshath Kothari ricekot

🚀
Levelling up
View GitHub Profile
@ricekot
ricekot / github-code-review-checklist.js
Last active February 13, 2023 21:08
A tampermonkey script which adds a review checklist to GitHub PRs.
// ==UserScript==
// @name GitHub Code Review Checklist
// @namespace https://ricekot.com/
// @version 0.1
// @description Adds a code review checklist to GitHub PRs.
// @author ricekot
// @match https://github.com/*/*/pull/*/files
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==