Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 681 Bytes

pull_request_template.md

File metadata and controls

27 lines (19 loc) · 681 Bytes

When you open your pull requests, remove the lines that start and end with underscores (_)

Changes

List Changes Introduced by this PR

  1. Item 1
  2. Item 2

Purpose

Describe the problem or feature in addition to a link to the issues.

Approach

How does this change address the problem?

Pre-Testing TODOs

What needs to be done before testing

  • [] Change database values in x collection to y.

Testing Steps

How do the users test this change?

Learning

Describe the research stage

Links to blog posts, patterns, libraries or addons used to solve this problem

If this closes an issue, name it here. If it doesn't, remove this line Closes #000