Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.11 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

52 lines (29 loc) · 1.11 KB
Status Type Env Vars Change
Ready/In Development/Hold Feature/Bug/Chore/Tooling/Release/Hotfix Yes/No

⚠️ 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