Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 755 Bytes

File metadata and controls

14 lines (9 loc) · 755 Bytes

Checklist for Pull Requests

🚨Please review the guidelines for contributing to this repository.

  • Make sure your branch matches the naming conventions. (Something like: AC-152). Don't request your master!
  • Your branch should only contain changes relevant to the ticket it is named after.
  • Make sure you are making a pull request against the dev branch (left side). Also you should start your branch off our dev.
  • Check your code additions will fail neither code linting checks nor e2e test (this will be tested automatically when you open your PR).

Description

Please describe anything in your pull request that isn't immediately understandable from the ticket description.

Thank you! 😎