Information on building mkbrr from source, running tests, and contributing.
Install Go
Install Git
Install Make
build/
directory with version information from git tagsmake help
to see all available commands and their descriptionsWays to Contribute
Getting Started
git clone github.com/YOURNAME/mkbrr
git checkout -b feat/your-feature
Submit Changes
Development Guidelines
feat(core): add new torrent validation
fix(filter): correct pattern matching
docs(api): update endpoint documentation
go fmt
or gofumpt
before committing