Welcome to Contribute👏
Less than 1 minute
Welcome to participate in jzero's development and maintenance. This is a very meaningful thing. Let's make jzero better together.
Steps
1. fork jzero
2. clone
git clone https://github.com/your_username/jzero3. checkout branch
cd jzero
git checkout -b feat/patch-14. format the code what you changes
jzero format5. lint codes
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
golangci-lint run --fix6. push
git add .
git commit -m "feat(xx): custom message"
git push7. pull request
Create your pull request!!!
debug jzero
- After forking jzero and cloning jzero locally
cd jzero
go install- new project with frame, e.g.
api
jzero new your_project --frame api- run jzero gen with debug mode
jzero gen --debug --debug-sleep-time 15- attach jzero process
It's recommended to use goland, attach to jzero's process for debugging, as shown below: