diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 16 |
1 files changed, 16 insertions, 0 deletions
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` |
