Skip to content

Commit ccd0660

Browse files
authored
Create issue templates
1 parent 79accbb commit ccd0660

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
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.
12+
13+
**Environment**
14+
- Version of LMIC being used:
15+
- Version of Arduino IDE being used:
16+
- Network provider:
17+
- Region (EU868, US915, etc.)
18+
- Board (MCCI Catena, Adafruit Feather M0, Heltec, etc.)
19+
- CPU (AVR, STM32L0, etc.)
20+
- Radio (HopeRF, SX1276, etc.)
21+
22+
**To Reproduce**
23+
Steps to reproduce the behavior:
24+
25+
**Expected behavior**
26+
A clear and concise description of what you expected to happen.
27+
28+
**Screenshots**
29+
If applicable, add screenshots to help explain your problem.
30+
31+
**Additional context**
32+
Add any other context about the problem here.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Support request
3+
about: Ask for help on a problem
4+
title: "[SUPPORT]"
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+
- Version of LMIC being used:
15+
- Version of Arduino IDE being used:
16+
- Network provider:
17+
- Region (EU868, US915, etc.)
18+
- Board (MCCI Catena, Adafruit Feather M0, Heltec, etc.)

0 commit comments

Comments
 (0)