Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 743 Bytes

pull_request_template.md

File metadata and controls

13 lines (10 loc) · 743 Bytes

Your checklist for this pull request

🚨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 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!