Skip to content

Instantly share code, notes, and snippets.

@aaronranard
Last active November 29, 2017 22:57
Show Gist options
  • Save aaronranard/15329d3a22c8c9433b276f46fd3e3bcb to your computer and use it in GitHub Desktop.
Save aaronranard/15329d3a22c8c9433b276f46fd3e3bcb to your computer and use it in GitHub Desktop.
Baseline PR Template

Description

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

Todos

  • Tested and working locally
  • New API endpoints documented
  • Unit tests (if appropriate)
  • Integration tests (if appropriate)

QA

  • Tested on Chrome
  • Tested on Firefox
  • Tested on Safari
  • Tested on Edge
  • Tested dimensions on Tablet (768 w)
  • Tested dimensions on Mobile (320 w)

Impacted Areas in Application

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

  • ie. User Account

Things to be done before Deploy

List of things to do before deploy (if applicable)

  • ie. Add STRIPE_PUBLIC and STRIPE_SECRET .env variables to rancher stacks

After Deploy

List of things to do after deploy (if applicable)

  • ie. Link new nio full binary in portal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment