Skip to content

Commit b4a54cb

Browse files
authored
add github rules (#3)
1 parent 01634ea commit b4a54cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Github Forked Branch Rules
2+
`master` - kept in sync with main repository. Do not merge anything into this branch other than sync code.
3+
`develop` - default branch of this forked repository. Merge all PRs into this branch.
4+
`release` - only release from this branch. Merge the `develop` into `release` branch before doing a tagged release.
5+
16
# Go OpenAI
27
[![Go Reference](https://pkg.go.dev/badge/github.com/sashabaranov/go-openai.svg)](https://pkg.go.dev/github.com/sashabaranov/go-openai)
38
[![Go Report Card](https://goreportcard.com/badge/github.com/sashabaranov/go-openai)](https://goreportcard.com/report/github.com/sashabaranov/go-openai)

0 commit comments

Comments
 (0)