Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmerk authored Oct 4, 2021
1 parent 864991c commit 19fd59e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Description

Please include a summary of the change, feature or issue that fixed. Additionally, list any dependencies that were added if any.

Issue # (if applicable)

Tag any contributors/maintainers as appropriate

## Type of change

Please delete options that are not relevant.

- [ ] New feature (non-breaking change which adds functionality)
- [ ] Change (a non-breaking change that does not fix a bug or add a new feature)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Style update (updating styling such as css/sass)
- [ ] Refactor (refactored or beautified code without changing functionality)
- [ ] Chore (updated dependencies, package.json, readme.md, .gitignore, etc.)
- [ ] This change requires a documentation update

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] My changes generate no new warnings
- [ ] I have tested my feature, bug fix, etc.

1 comment on commit 19fd59e

@vercel
Copy link

@vercel vercel bot commented on 19fd59e Oct 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.