summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-08 03:53:58 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-08 03:53:58 +0000
commitd00ba7a790363ba6fed9f434f2c1218a8e02610a (patch)
tree3c0ad28fab3a1720ab99cf0567d612e306682a18 /.github/ISSUE_TEMPLATE
parentfa05a5f8238e9e1417235711656e5062ccc843a7 (diff)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md38
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml1
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md22
3 files changed, 0 insertions, 61 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 5cfc7ab..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-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)
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
deleted file mode 100644
index 0086358..0000000
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ /dev/null
@@ -1 +0,0 @@
-blank_issues_enabled: true
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index eedec4c..0000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-name: Feature request
-about: Suggest a new capability or improvement
-title: "[feature] "
-labels: enhancement
----
-
-## Problem / use case
-
-## Proposed solution
-
-## Alternatives considered
-
-## Fits MainAX25 model?
-
-- [ ] Standalone-first stack; HyBBX attaches after prep ([docs/HYBBX.md](../../docs/HYBBX.md))
-- [ ] Plugin fits operating mode → Hardware → Device hierarchy ([docs/ARCHITECTURE.md](../../docs/ARCHITECTURE.md))
-- [ ] Linux-primary / BSD-later platform stance ([docs/PLATFORMS.md](../../docs/PLATFORMS.md))
-
-## Documentation
-
-Should update plugin.yaml / HYBBX INI when implemented: yes / no
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com