Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 828 Bytes

pull_request_template.md

File metadata and controls

14 lines (11 loc) · 828 Bytes

Make sure you've reviewed the checklist. (DO NOT REMOVE)

🚨Please review the guidelines for contributing to this repository.

  • Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your master!
  • Make sure you are making a pull request against the dev branch. Also you should start your branch off dev branch.
  • Check you have included issue number in your pr (e.g #23).
  • Check you have added tests that prove your fix is effective or that your feature works.
  • Check your code additions will fail neither code linting checks nor unit test.
  • Check you added any notable changes to the CHANGELOG.md file.

Description

Please describe your pull request.

💔Thank you!