Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.11 KB

pull_request_template.md

File metadata and controls

28 lines (20 loc) · 1.11 KB

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.