Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 575 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 575 Bytes

Check TODOs

A GitHub app which automatically adds a check which searches for new or modified TODOs in your Pull Requests once installed.

Installation

Head over to the app in the GitHub Marketplace to install this app.

Why?

I often tend to push commits which are in a WIP state, and have todos all over them. These obviously go to a feature branch. However, when a PR is created, I'd like to ensure that all the todos added were implemented :)

Inspiration

This app has been inspired by IntelliJ IDEA's Check TODO feature.