Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 791 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

13 lines (12 loc) · 791 Bytes

Essentials:

  1. Please write a description of what you changed and if it's not obvious or listed in project goals, why you'd like this to be added.
  2. Please list what browsers you used to QA the code, if applicable.

Important if contributing functional code (not text or translations)

  1. Please write tests and ensure that all tests are passing with yarn test
  2. Please ensure there are no linter issues.
  3. Please make an attempt to prettify the code following the repo's rules