If you are willing to contribute, first of all I really appreciate you! This guide walks you through how to contribute step-by-step.
- It's typically best to open a new issue describing the bug or feature you're intending to work on. Even if you think it's relatively minor, it could be helpful to know what people are working on at first.
- Fork this repository by following the typical process, and setup a new branch to work in.
- Modify code. It requires Go version 1.16 or greater.
- Run
go fmt
on your code before committing it. - If you want to debug your change, just run
go build
then execute it with./ali
.