We welcome pull requests from everyone.
Fork, then clone the repo:
git clone https://github.com/matterpoll/matterpoll-emoji.git
Make sure the tests pass:
make check-style test
Make your change. Add tests for your change. Make the tests pass:
make check-style test
Push to your fork and submit a pull request
- You'd better set git pre-commit hook for doing formating go code.