Thanks for your great contribution!!
- Let's be creative and collaborative👶
- Let's welcome people from different backgrounds👶
- This project follows Go Community Code of Conduct
- When you report a new issue, please clearly mention the following three points at least 🎉
- what happened/is happening
- why that is a problem
- solution hypothesis
- If possible, please report an issue at first😉
- But the project always welcome your collaborative pull request!
- Please fork the develop branch to create PR🎉
- Please write unit tests using go test
- If you define new interfaces, please generate mock by editing
make gen-mock
commands and running it. - At last, please check if your change pass all the tests by running the below locally.
make test