Skip to content

Instantly share code, notes, and snippets.

@kszucs
Last active March 21, 2016 13:57
Show Gist options
  • Save kszucs/c711b63d0d1999d4a925 to your computer and use it in GitHub Desktop.
Save kszucs/c711b63d0d1999d4a925 to your computer and use it in GitHub Desktop.
Github PR Template

Status

READY/IN DEVELOPMENT/HOLD

  • are there any tests (passing is done by CI)
  • review is done by @mention
  • code follows conventions
  • there is readme or documentation
  • purpose of PR is clear

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