Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.09 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

55 lines (30 loc) · 1.09 KB

⚠️ NOTE: use notes like this to emphasize something about the PR. This could include other PRs this PR is built on top of; new or removed environment variables; reasons for why the PR is on hold; or anything else you would like to draw attention to

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