Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 531 Bytes

pull_request_template.md

File metadata and controls

24 lines (17 loc) · 531 Bytes

Sample Pull Request Template

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._

## Approach
_How does this change address the problem?_

## Learning
_Describe the research stage_

_Links to blog posts, patterns, libraries or addons used to solve this problem_

_If this closes an issue, reference the issue here. If it doesn't, remove this line_
Closes #000