Skip to content

Instantly share code, notes, and snippets.

@rouzbeh84
Created January 9, 2018 19:13
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 rouzbeh84/6fe6d290588b81539352e40ba09e3f2a to your computer and use it in GitHub Desktop.
Save rouzbeh84/6fe6d290588b81539352e40ba09e3f2a to your computer and use it in GitHub Desktop.
base pull request template
Status Type Env Vars Change
Ready/In Development/Hold Feature/Bug/Chore/Tooling/Release/Hotfix Yes/No

Description

A few sentences describing the overall goals of the pull request's commits. What is the current behavior of the app? What is the updated/expected behavior with this PR?...

Before & After Screenshots

BEFORE: [insert screenshot here]

AFTER: [insert screenshot here]

Other changes (e.g. bug fixes, UI tweaks, refactors)

Descriptions of minor changes here.

Related Tickets

  • [insert ticket name here](insert link here)

Todos

Fill out or remove list items as needed

  • Tests
  • Documentation

Deploy Notes

Notes regarding deployment of the contained body of work. These should note any new dependencies, new scripts, etc.

New scripts:

  • script : script details

New dependencies:

  • dependency : dependency details

New dev dependencies:

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