Skip to content

Commit

Permalink
chore: create PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcharlton authored Nov 24, 2021
1 parent 9282938 commit 6fef653
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Description
_[Add a description of the changes]_

**Issue(s) addressed**
- Resolves #_[insert ID of the issue addressed]_

**What kind of change(s) does this PR introduce?**
- [ ] Enhancement
- [ ] Bug fix
- [ ] Refactor

**Please check if the PR fulfills these requirements**
- [ ] The commit message follows our guidelines
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)

## Issue

**What is the current behavior?**

**What is the new behavior?**

## Breaking change
**Does this PR introduce a breaking change?**

## Other useful information

0 comments on commit 6fef653

Please sign in to comment.