From 0b53534ec027e827e2298b0a941b3d132cf2c752 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Tue, 21 Jul 2026 10:32:46 -0700 Subject: [PATCH] Tidy up issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 13 ++++++------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 34ce1ac..ab1ecb0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,22 +1,21 @@ --- -name: Bug report / Feature request -about: Report a problem or request a feature for RemoteTerm for MeshCore +name: Bug report +about: Report a problem with RemoteTerm for MeshCore title: '' -labels: '' +labels: 'bug to fix' assignees: '' --- ## 📝 Problem Description - + ## 🚦 Current Behavior - + ## 🎯 Expected Behavior ## 📋 Steps to Reproduce - 1. 2. 3. @@ -39,7 +38,7 @@ assignees: '' - **RemoteTerm Version:** ## 📸 Screenshots / Debug Logs - +
How to attach debug information (please read — it speeds up diagnosis a lot) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..a5ab971 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea or improvement for RemoteTerm for MeshCore +title: '' +labels: 'feature to add' +assignees: '' +--- + +## 💡 What would you like to see? + + +## 🤔 What problem does it solve? + + +## 📋 Additional context + + +