Skip to content

Commit

Permalink
Create basic pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
hoakbuilds authored May 28, 2021
1 parent 5c4cfdc commit 2aad0c9
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

> ⚠️ NOTE: Use notes like this to emphasize something important about the PR.
>
> This could include other PRs this PR is built on top of; API breaking changes; reasons for why the PR is on hold; or anything else you would like to draw attention to.
| Status | Type | ⚠️ Core Change | Issue |
| :---: | :---: | :---: | :--: |
| Ready/Hold | Feature/Bug/Tooling/Refactor/Hotfix | Yes/No | [Link](<Issue link here>) |

## Problem

_What problem are you trying to solve?_


## Solution

_How did you solve the problem?_


## Before & After Screenshots

_Insert screenshots of example code output_

**BEFORE**:
[insert screenshot here]

**AFTER**:
[insert screenshot here]


## Other changes (e.g. bug fixes, small refactors)


## 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

**New dependencies**:

- `dependency` : dependency details

0 comments on commit 2aad0c9

Please sign in to comment.