Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 574 Bytes

File metadata and controls

18 lines (12 loc) · 574 Bytes

Summary


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅