Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 379 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

11 lines (8 loc) · 379 Bytes

Here's a small checklist before publishing your pull request:

  • Did you go fmt all code?
  • Does your code style fit with the rest of the code base?
  • Did you run go run mage.go dev:lint?
  • Did you write tests if necessary?
  • Did you consider if changes to the docs are necessary?
  • Did you check if you need something to CHANGELOG.md?

Thank you for your contribution.