Skip to content

Commit 6bfbf76

Browse files
authored
Merge pull request #536 from mcci-catena/terrillmoore-patch-1
Create issue templates
2 parents 79accbb + 2b50a0a commit 6bfbf76

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Report a problem
4+
title: ''
5+
labels: bug
6+
assignees: terrillmoore
7+
8+
---
9+
10+
**Describe the bug**
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.
15+
16+
**Environment**
17+
18+
- Version of LMIC being used:
19+
- Version of Arduino IDE being used:
20+
- Network provider (The Things Network, Swisscom, ChirpStack, etc.)
21+
- Region (EU868, US915, etc.)
22+
- Board (MCCI Catena, Adafruit Feather M0, Heltec, etc.)
23+
- CPU (AVR, STM32L0, etc.)
24+
- Radio (HopeRF, SX1276, etc.)
25+
26+
**To Reproduce**
27+
Steps to reproduce the problem.
28+
29+
**Expected behavior**
30+
A clear and concise description of what you expected to happen.
31+
32+
**Screenshots**
33+
If applicable, add screenshots to help explain your problem.
34+
35+
**Additional context**
36+
Add any other context about the problem here.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Support request
3+
about: Ask for help on a problem
4+
title: ""
5+
labels: question
6+
assignees: terrillmoore
7+
8+
---
9+
10+
**Describe your question or issue**
11+
A clear and concise description of the problem you're facing and what you'd like help with.
12+
13+
**Environment**
14+
15+
This information is all important; it's hard to help without a complete set of answers.
16+
17+
- Version of LMIC being used:
18+
- Version of Arduino IDE being used:
19+
- Network provider (The Things Network, Swisscom, ChirpStack, etc.)
20+
- Region (EU868, US915, 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)