2
0

PULL_REQUEST_TEMPLATE.md 1014 B

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Other (please describe):

Pull request checklist

Please check if your PR fulfills the following requirements:

  • If it's a backend change, tests for the changes have been added and go test ./... runs successfully from the root folder.
  • If it's a frontend change, Prettier has been run
  • Docs have been reviewed and added / updated if needed

What is the current behavior?

What is the new behavior?

Technical Spec/Implementation Notes