Skip to content

Instantly share code, notes, and snippets.

@fhereduardo90
Created June 4, 2020 17:26
Show Gist options
  • Save fhereduardo90/9280a495f4aeaee8b9297fdb5efa683f to your computer and use it in GitHub Desktop.
Save fhereduardo90/9280a495f4aeaee8b9297fdb5efa683f to your computer and use it in GitHub Desktop.
Pull requeste template

Description [mandatory]

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

Stories

Links to stories go here.

List of changes [mandatory]

  • This changed
  • That changed
  • 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

Screenshots

Before

After

Impacted Areas in Application [mandatory]

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

  • Login.
  • Signup.
  • Forgot Password.

Migrations

YES | NO

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.

WIP

If it's a work in progress task, add a short description for the reasons of that state.

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