Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 506 Bytes

File metadata and controls

24 lines (16 loc) · 506 Bytes

Contributing

Thanks for contributing to skillforge.

Development

go test ./...
go build ./...

Pull Requests

  • keep changes focused
  • add or update tests when behavior changes
  • update README.md when user-facing commands or flags change
  • keep releases and packaging changes aligned with PUBLISHING.md

Issues

  • use bug reports for reproducible defects
  • use feature requests for new CLI behavior or workflow ideas
  • include sample input and expected output when possible