Use the following steps to ensure your PR is ready to be reviewed
- Read the contribution guidelines 🧑🎓
- Run
go fmtto 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 ✅