Files
beacon-server/.github/PULL_REQUEST_TEMPLATE.md

31 lines
805 B
Markdown

## What this PR does
A clear description of the change and why it was made. Reference any related
issues: `Closes #123` or `Related to #456`.
## Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactor
- [ ] Tests
- [ ] Docs / config
- [ ] Other:
## Checklist
- [ ] `go build ./...` passes
- [ ] `gofmt -l .` is empty
- [ ] `go vet ./...` passes
- [ ] `go test ./...` passes
- [ ] New pure functions have unit tests
- [ ] DB changes include migration SQL and `sqlc generate` has been run
- [ ] API changes include swagger annotations and `swag init` has been run
- [ ] `docs/` is committed if swagger was regenerated
- [ ] New dependencies are added to `SHOULDERS.md`
- [ ] I have read [CONTRIBUTING.md](CONTRIBUTING.md)
## Testing notes
How did you test this? What should reviewers look for?