fix: show destination and channel key

ref:
This commit is contained in:
Janez T
2026-02-28 14:16:46 +01:00
parent 6f94d3a9ba
commit c90fd8f617
3 changed files with 257 additions and 131 deletions

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,32 @@
---
name: Bug report
about: Report a reproducible bug in MeshCore SAR App
title: "[Bug]: "
labels: [bug]
assignees: []
---
## Summary
A short description of the problem.
## Reported context
Where this was observed (build/version, environment, device model, logs, links).
## Steps to reproduce
1.
2.
3.
## Expected behavior
What should happen.
## Actual behavior
What actually happens.
## Impact
Why this matters (user impact, risk, severity).
## Acceptance criteria
- [ ] Repro case is fixed.
- [ ] Behavior matches expected result.
- [ ] Regression coverage is added/updated.