From 45215de350d3bf2ded054cd29b8e0ee51d96023b Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 11:25:46 +0200 Subject: [PATCH] docs: add contributing guidelines --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..bca53a4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contributing + +Thanks for your interest in ClaudeChecker! + +## Reporting bugs & requesting features + +Please use the [issue templates](https://github.com/superdooper86/claudechecker/issues/new/choose) — they keep reports consistent and easy to act on. + +## Pull requests + +- Open an issue first to discuss anything non-trivial. This avoids wasted effort if the direction isn't a fit. +- Keep changes focused — one fix or feature per PR. +- Follow the existing Swift code style in the repo. +- There's no guarantee PRs will be merged; this is a personal project maintained in spare time. + +## Notes + +- This app targets macOS 13+ +- No external dependencies — keep it that way