DEV Community

Neeraj Kashyap
Neeraj Kashyap

Posted on

Bugout: Add checklists your GitHub pull requests

Sometimes, you need human oversight on your pull requests before you can merge them.

This is especially true for pull requests that change database schema, introduce new environment variables, or introduce changes with security or legal implications.

Bugout adds a checklist to every pull request. To add a check to your checklist, just mention @bugout-dev on a PR comment:

@bugout-dev check require <something important>
Enter fullscreen mode Exit fullscreen mode

To cross an item off the checklist:

@bugout-dev check accept <something important>
Enter fullscreen mode Exit fullscreen mode

Here is a live PR where you can try it out: https://github.com/bugout-dev/github-demo/pull/2

Actively looking for feedback - missing features, similar to existing apps, anything. Thank you!

Top comments (0)