Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 517 Bytes

pull_request_template.md

File metadata and controls

28 lines (22 loc) · 517 Bytes

Description

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

Stories

Links to stories go here.

List of changes

  • 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

Impacted Areas in Application

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

  • Login.
  • Signup.
  • Forgot Password.

Migrations

YES | NO