Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 733 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 733 Bytes

Contributing

If you are willing to contribute, first of all I really appreciate you! This guide walks you through how to contribute step-by-step.

  1. 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.
  2. Fork this repository by following the typical process, and setup a new branch to work in.
  3. Modify code. It requires Go version 1.16 or greater.
  4. Run go fmt on your code before committing it.
  5. If you want to debug your change, just run go build then execute it with ./ali.