- Fork this repo
- Clone your repo to local
- Create a branch based on master
- Add your code
- You can use the
make self_test
to test your code. It will build this package, then generate code for the table inspec/schema
. - Use
make fmt
format your code, and usemake lint
to check the code styles. - Follow the base rule to create a pull request, happy coding!
- PR only can have one commit, and it needs to rebase the master branch
- It must have UTs, if it is possible.
- Commit Message must fit the format.
EF-{Number}(label): title
label:
- feat, for feature
- fix, for bug fix
- ut, for ut
- doc, for document
- refactor, for refactor code
Happy Coding, Happy Sharing!