Contributing to TarsGo
April 1, 2022 ยท View on GitHub
0 All pull request must go to dev branch, not master.
All pull request must use dev branch as base branch, not master , master is used for publishing.
1 Create an issue
Use English as u can.
if you want to report a bug, use this template in issue:
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
** Version info
Which go version :
Which tars version (git commit id or branch name):
Which os:
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional context**
Add any other context about the problem here.
if you want to propose a feature ,use this template in issue :
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
2 Fork the project
click the fork button on the right top of the project.

3 Create a pull request
if you want to create a pull request, you must create a issue first.
In the pr, you should give the related issue.
All pull request must go to dev branch, not master.
4 Code standards
ALL go file must be formated by gofmt and must be fixed after golint.
5 Create pull request
Please feel free to create request in github for TarsGo.