I love to see contributions to the project and have tried to make it easy to do so. If you would like to contribute code to this project you can do so through GitHub by forking the repository and opening a pull request. Please feel free to open the PRs or issues you want.
If you contribute anything, please add the necessary documentations.
- If you add new type of art, add documentation under the folder
docs
and theREADME.md
.
If you add new art, please add a new example under the folder example
. And write the necessay documentation under the folder docs and the README.md.
- Add concise and detailed comments.
- The code style should follow the Go Code Review Comments.