From fa05a5f8238e9e1417235711656e5062ccc843a7 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Fri, 7 Aug 2026 18:23:28 +0000 Subject: Initial push --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..11f5296 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +# Contributing + +Doc index: [docs/README.md](docs/README.md) (stub — depth docs live in the research vault, linked from there). + +```bash +git clone git@github.com:ngteq/MAX25-Stack-Lite.git && cd MAX25-Stack-Lite +cmake -S . -B build && cmake --build build +./scripts/release-check.sh +``` + +## Pull requests + +- Small, focused diffs; in-scope targets only — `max25-terminal`, `max25d`, CRDOP, `max25-bcpr` (BayCom/based) +- Out of scope for this fork: HyBBX co-host, web UI, multi-RF orchestration, LAN bridges, native Windows build — see [README.md](README.md) +- Messages: new-Linux-user plain English, no jargon-only errors +- Verify: `./scripts/test.sh && ./scripts/release-check.sh` -- cgit v1.3.1