We are glad you've decided to make a contribution, because we always need volunteer developers to improve quality of this project. Our issues page is here
- Fork this project.
- Clone to you local workspace.
- Pick the issue you would like to participate in.
- Work on it.
- Update your fork.
- Sync with our main branch
git remote add upstream https://github.com/LdDl/yolo-go.git
git fetch upstream
git checkout main
git merge upstream/main
Usage main
or master
depends on your enviroment
- Make pull request. Call PR as [issue-%ISSUE_NUMBER%]
- Test coverage is important thing.
gofmt
is necessary.- Code comments are good, but not to many of them.
- It is better not to have multiple code-overlapping commits in single PR.
- If this library was updated during
- Describe the solution in PR comment if it possible.