blob: 11f52961ba6f3f111466a486f0deb9d011b16f0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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`
|