summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-07 18:23:28 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-07 18:23:28 +0000
commitfa05a5f8238e9e1417235711656e5062ccc843a7 (patch)
tree46fbbd18de54492b59307c16efcc7f3152723238 /.github/ISSUE_TEMPLATE/bug_report.md
Initial push
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..5cfc7ab
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,38 @@
+---
+name: Bug report
+about: Something does not work as documented or expected
+title: "[bug] "
+labels: bug
+---
+
+## What happened?
+
+## What did you expect?
+
+## Steps to reproduce
+
+1.
+2.
+3.
+
+## Environment
+
+- MainAX25 version / commit:
+- OS:
+- Hardware: TNC2C / BayCom SER12 / CRDOP / other
+- Operating mode: standalone / hybbx-host / service
+- Config (relevant paths or INI sections only, no secrets):
+
+## Logs / output
+
+```
+(paste here)
+```
+
+## Documentation checked
+
+- [ ] [README.md](../../README.md)
+- [ ] [docs/README.md](../../docs/README.md)
+- [ ] [docs/DEVELOPMENT.md](../../docs/DEVELOPMENT.md)
+- [ ] [docs/HYBBX.md](../../docs/HYBBX.md)
+- [ ] [docs/PLATFORMS.md](../../docs/PLATFORMS.md)
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com