Skip to content

Instantly share code, notes, and snippets.

@alanbsmith
Last active April 14, 2020 21:17
Show Gist options
  • Save alanbsmith/7f1d754ea78cd27533121ebf6bbb3c7e to your computer and use it in GitHub Desktop.
Save alanbsmith/7f1d754ea78cd27533121ebf6bbb3c7e to your computer and use it in GitHub Desktop.
A template for helpful pull request documentation

Issue

#IssueNumber

Overview

Give a brief description of what this PR does.

Where Should the Reviewer Start?

e.g. /src/components/SomeComponent.js

Testing Manually

List steps to test this locally.

New Dependencies

List any new dependencies added.

Screenshots (if applicable)

Does your change affect the UI? If so, please include a screenshot.

Thank You Gif

Share a fun gif to say thanks to your reviewer:

@alanbsmith
Copy link
Author

You can also add this checklist if there isn't a webhook set to run pre-push:

CHECKLIST

Be sure all items arebefore submitting a PR for review.

  • Verify linter passes
  • Verify tests pass
  • Verify this branch is rebased with the latest master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment