Problem
The README has no section explaining where to report bugs or request features. Users (and AI agents) have to dig through config or inspect the repo URL to figure out where to file issues.
Proposed solution
Add a short section to the README, e.g.:
## Reporting issues
Found a bug or have a feature request? [Open an issue](https://github.com/detailobsessed/codereviewbuddy/issues/new).
Optionally include a CONTRIBUTING.md with guidelines for PRs.
Problem
The README has no section explaining where to report bugs or request features. Users (and AI agents) have to dig through config or inspect the repo URL to figure out where to file issues.
Proposed solution
Add a short section to the README, e.g.:
Optionally include a
CONTRIBUTING.mdwith guidelines for PRs.