Chezmoi introduces ban on LLM-generated contributions
6 months ago
- #GitHub
- #Go
- #Development
- Using LLMs for contributions is prohibited and will result in a ban.
- chezmoi is a Go project requiring Go 1.24 or later.
- Clone the repository: `git clone https://github.com/twpayne/chezmoi.git`.
- Build chezmoi with `go build`.
- Run tests with `go test ./...`; some require additional software in `$PATH`.
- Run chezmoi with `go tool chezmoi`.
- Perform smoke tests with `make smoke-test`.
- Test cross-compilation with `make test-release`.
- Fish shell users may encounter warnings; use `SHELL=bash` or `SHELL=zsh` to avoid them.