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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,13 @@ The following is a set of guidelines for` contributing to IBM Cloud CLI SDK. If
8
8
9
9
### Before You Submit PR
10
10
11
+
#### Base branch
12
+
13
+
This repository's default branch is master as that is from where we release. However, we develop in the **dev** branch. Make sure to create your feature branch from **dev** and also choose this as base for opening pull requests.
14
+
11
15
#### Code Style
12
16
13
-
We follow the offical[CodeReviewComments](https://github.com/golang/go/wiki/CodeReviewComments). Make sure you run [gofmt](https://golang.org/cmd/gofmt/) and [go vet](https://golang.org/cmd/vet/) to fix any major changes.
17
+
We follow the official[CodeReviewComments](https://github.com/golang/go/wiki/CodeReviewComments). Make sure you run [gofmt](https://golang.org/cmd/gofmt/) and [go vet](https://golang.org/cmd/vet/) to fix any major changes.
0 commit comments