Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.08 KB

pull_request_template.md

File metadata and controls

39 lines (26 loc) · 1.08 KB

Description

DESCRIBE YOUR PULL REQUEST'S CHANGES.

REPLACE THIS TEXT.

Screen shots or GIFs of UI changes

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Part of a feature.
  • Refactor (non-breaking change which does not add functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • 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
  • added new dependencies
  • added tests
  • updated documentation
  • Looks good on large screens
  • Looks good on mobile

Organization

Review

  • Is this a work in progress?
  • Is this ready to be reviewed?
  • Have you added a reviewer to this pull request?