diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca0cb4ef50..e6559886d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -235,16 +235,12 @@ If you need to make changes to the gRPC / protobuf definitions while also workin go.temporal.io/sdk => ../sdk-go ) ``` - 2. Build & fix errors: `make proto && make bins` - -## License headers - -This project is Open Source Software, and requires a header at the beginning of -all source files. To verify that all files contain the header execute: - -```bash -make copyright -``` + 2. Build & fix errors: + ``` + make proto + make go-generate + make bins + ``` ## Commit Messages And Titles of Pull Requests