Thank you for helping improve the DAN command-line tool.
- Code of Conduct — required for all interaction.
- Security policy — report vulnerabilities privately (do not use public issues).
- Funding — optional support via PayPal (see repository Sponsor button).
Use the bug report, feature request, or question templates when you open an issue.
- Fork the repo and create a branch from
main. - The CLI depends on the Go module
github.com/marcuwynu23/godan(this monorepo usesreplace github.com/marcuwynu23/godan => ../dangoingo.mod). - Run
go build ./cmd/danandgo -C ../dango test ./...for the godan module (ormake testfrom this directory) before opening a PR. - Keep commits focused; write clear messages and describe the PR for reviewers.
- Match existing
gofmt/go fmtformatting. - Prefer small, reviewable changes.
By contributing, you agree your contributions are licensed under the same terms as this repository (see LICENSE if present).