unarr/.github/PULL_REQUEST_TEMPLATE.md
Deivid Soto 29cf0a0126 feat: initial commit — unarr CLI
Search, inspect, stream, and download torrents from the terminal.
Replaces the entire *arr stack with a single binary.
2026-03-28 11:29:42 +01:00

573 B

Summary

Test Plan

  • Tests pass (make test)
  • Linter passes (make lint)
  • Tested manually (describe below)

Checklist

  • Code follows the project style (make fmt && make vet)
  • Tests added for new functionality
  • Documentation updated (if public API changed)
  • Commit messages follow Conventional Commits