Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.31 KB

File metadata and controls

29 lines (18 loc) · 1.31 KB

Contributing to dan-cli

Thank you for helping improve the DAN command-line tool.

Community

  • 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).

Reporting issues

Use the bug report, feature request, or question templates when you open an issue.

Pull requests

  1. Fork the repo and create a branch from main.
  2. The CLI depends on the Go module github.com/marcuwynu23/godan (this monorepo uses replace github.com/marcuwynu23/godan => ../dango in go.mod).
  3. Run go build ./cmd/dan and go -C ../dango test ./... for the godan module (or make test from this directory) before opening a PR.
  4. Keep commits focused; write clear messages and describe the PR for reviewers.

Coding style

  • Match existing gofmt / go fmt formatting.
  • Prefer small, reviewable changes.

License

By contributing, you agree your contributions are licensed under the same terms as this repository (see LICENSE if present).