Skip to content

Instantly share code, notes, and snippets.

@bengitiger
Forked from Lordnibbler/pull-request-template.md
Created December 27, 2018 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bengitiger/22a4e702a9cb2f09c55dda0c6878becb to your computer and use it in GitHub Desktop.
Save bengitiger/22a4e702a9cb2f09c55dda0c6878becb to your computer and use it in GitHub Desktop.
Sample Pull Request Template

Status

READY/IN DEVELOPMENT/HOLD

Migrations

YES | NO

Description

A few sentences describing the overall goals of the pull request's commits.

Related PRs

List related PRs against other branches:

branch PR
other_pr_production link
other_pr_master link

Todos

  • Tests
  • Documentation

Deploy Notes

Notes regarding deployment the contained body of work. These should note any db migrations, etc.

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

git pull --prune
git checkout <feature_branch>
bundle; script/server

Impacted Areas in Application

List general components of the application that this PR will affect:

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