2023-01-30 14:40:35 +01:00
|
|
|
<!--
|
2023-12-04 16:35:29 +01:00
|
|
|
## Before submiting a pull request
|
|
|
|
|
|
|
|
Please make sure you've run the following commands from the root directory.
|
2023-01-30 14:40:35 +01:00
|
|
|
|
2023-03-16 14:10:58 -04:00
|
|
|
go vet ./...
|
2023-01-30 14:40:35 +01:00
|
|
|
go fmt ./...
|
2023-03-16 14:10:58 -04:00
|
|
|
go generate ./...
|
2023-01-31 16:15:21 +01:00
|
|
|
go mod tidy
|
2023-01-30 14:40:35 +01:00
|
|
|
|
2023-12-04 16:35:29 +01:00
|
|
|
## Release changelog section
|
|
|
|
|
|
|
|
Help keep the release changelog clear by pre-naming the proper section in the GitHub pull request title.
|
|
|
|
|
|
|
|
Some examples:
|
|
|
|
* CICD: Add required GHA permissions for goreleaser
|
|
|
|
* DOCS: Fixed providers with "contributor support" table
|
|
|
|
* ROUTE53: Allow R53_ALIAS records to enable target health evaluation
|
|
|
|
|
|
|
|
More examples/context can be found in the file .goreleaser.yml under the 'build' > 'changelog' key.
|
|
|
|
!-->
|