Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 514 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 514 Bytes

Contributing

Before writing any code you should know that I consider q to be feature complete. I will accept bug fixes and obvious code cleanups, but new features are likely to get rejected. q is intended to be a stupid simple tool with no knobs.

Create an Issue First

Your PR is more likely to be accepted if you open an issue first.

Submission Checklist

  • golangci-lint run succeeds

Tools

To setup golangci-lint

go get -v github.com/golangci/golangci-lint/cmd/golangci-lint