mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-01 02:57:17 +00:00
312 B
312 B
Contributing
- Raise an issue if appropriate
- Fork the repo
- Bootstrap the dev dependencies (run
./script/bootstrap
) - Make your changes
- Use gofmt
- Make sure the tests pass (run
./script/test
) - Make sure the linters pass (run
./script/lint
) - Issue a pull request