Skip to content

Commit 2b50a0a

Browse files
committed
Clean up templates
1 parent ccd0660 commit 2b50a0a

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,23 @@ assignees: terrillmoore
88
---
99

1010
**Describe the bug**
11-
A clear and concise description of what the bug is. _If you're not sure it's a bug, please file a Support Request instead._ A bug is a problem in the code, where you do something that the documentation says should work, but doesn't and you have reason to believe it's a defect in the code. Wireless is tricky; if in doubt, start with a support request, rather than a bug report.
11+
12+
A clear and concise description of what the bug is. _If you're not sure it's a bug, please file a Support Request instead._ A bug is a problem in the code, where you do something that the documentation says should work, but doesn't; _and_ you have reason to believe it's not working due to a defect in the code.
13+
14+
Wireless is tricky; if in doubt, start with a support request, rather than a bug report.
1215

1316
**Environment**
17+
1418
- Version of LMIC being used:
1519
- Version of Arduino IDE being used:
16-
- Network provider:
20+
- Network provider (The Things Network, Swisscom, ChirpStack, etc.)
1721
- Region (EU868, US915, etc.)
1822
- Board (MCCI Catena, Adafruit Feather M0, Heltec, etc.)
1923
- CPU (AVR, STM32L0, etc.)
2024
- Radio (HopeRF, SX1276, etc.)
2125

2226
**To Reproduce**
23-
Steps to reproduce the behavior:
27+
Steps to reproduce the problem.
2428

2529
**Expected behavior**
2630
A clear and concise description of what you expected to happen.
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Support request
33
about: Ask for help on a problem
4-
title: "[SUPPORT]"
4+
title: ""
55
labels: question
66
assignees: terrillmoore
77

@@ -11,8 +11,12 @@ assignees: terrillmoore
1111
A clear and concise description of the problem you're facing and what you'd like help with.
1212

1313
**Environment**
14+
15+
This information is all important; it's hard to help without a complete set of answers.
16+
1417
- Version of LMIC being used:
1518
- Version of Arduino IDE being used:
16-
- Network provider:
19+
- Network provider (The Things Network, Swisscom, ChirpStack, etc.)
1720
- Region (EU868, US915, etc.)
18-
- Board (MCCI Catena, Adafruit Feather M0, Heltec, etc.)
21+
- Board (MCCI Catena, Adafruit Feather M0, Heltec Wi-Fi LoRa 32 v2, etc.)
22+
- Radio (HopeRF, SX1276, etc.)

0 commit comments

Comments
 (0)