2023-01-30 21:40:35 +08:00
|
|
|
<!--
|
2023-12-04 23:35:29 +08:00
|
|
|
## Before submiting a pull request
|
|
|
|
|
|
|
|
Please make sure you've run the following commands from the root directory.
|
2023-01-30 21:40:35 +08:00
|
|
|
|
2023-03-17 02:10:58 +08:00
|
|
|
go vet ./...
|
2023-01-30 21:40:35 +08:00
|
|
|
go fmt ./...
|
2023-03-17 02:10:58 +08:00
|
|
|
go generate ./...
|
2023-01-31 23:15:21 +08:00
|
|
|
go mod tidy
|
2023-01-30 21:40:35 +08:00
|
|
|
|
2023-12-04 23:35:29 +08: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.
|
|
|
|
!-->
|