Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.43 KB

pull_request_template.md

File metadata and controls

30 lines (21 loc) · 1.43 KB

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue) (Remove if there isn't an issue this fixes. If this relates to an internal Notion issue, link to that instead (or in addition to))

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Logistical Change (something about code process / a readme change / documentation update)
  • CI Change (relating to deployment / continuous integration)
  • Something Else

How Has This Been Tested?

  • Tested on Localhost (Desktop)
  • Tested on Localhost (Mobile) - use https://ngrok.io to get a copy on a mobile device
  • Tested on Deployed Preview (Desktop)
  • Tested on Deployed Preview (Mobile)

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 as needed, particularly in hard-to-understand areas
  • My changes generate no new warnings (if they do, please explain why)