You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Important**: Please open your pull request against the `next` branch, not `main`. The `next` branch is where we integrate new features and changes before they are merged to `main`.
23
-
24
22
1. [Fork][fork] and clone the repository
25
-
1. Make sure the tests pass on your machine: `go test -v ./...`
26
-
1. Make sure linter passes on your machine: `golangci-lint run`
27
-
1. Create a new branch: `git checkout -b my-branch-name`
28
-
1. Make your change, add tests, and make sure the tests and linter still pass
29
-
1. Push to your fork and [submit a pull request][pr] targeting the `next` branch
30
-
1. Pat yourself on the back and wait for your pull request to be reviewed and merged.
23
+
2. Make sure the tests pass on your machine: `go test -v ./...`
24
+
3. Make sure linter passes on your machine: `golangci-lint run`
25
+
4. Create a new branch: `git checkout -b my-branch-name`
26
+
5. Add your changes and tests, and make sure the Action workflows still pass
27
+
- Run linter: `script/lint`
28
+
- Update snapshots and run tests: `UPDATE_TOOLSNAPS=true go test ./...`
0 commit comments