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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,12 @@ These are one time installations required to be able to test your changes locall
19
19
20
20
## Submitting a pull request
21
21
22
-
> **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
23
1. Make sure the tests pass on your machine: `go test -v ./...`
26
24
1. Make sure linter passes on your machine: `golangci-lint run`
27
25
1. Create a new branch: `git checkout -b my-branch-name`
28
26
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
27
+
1. Push to your fork and [submit a pull request][pr] targeting the `main` branch
30
28
1. Pat yourself on the back and wait for your pull request to be reviewed and merged.
31
29
32
30
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
0 commit comments