You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/00-support-request.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,19 @@ assignees: terrillmoore
7
7
8
8
---
9
9
10
+
**Consider raising support questions on the forum first**
11
+
12
+
There is a discussion site, [forum.mcci.io](https://forum.mcci.io), which includes a [category focused on the Arduino LMIC](https://forum.mcci.io/c/device-software/arduino-lmic/5). Unless you're sure that your problem is a bug in the LMIC, it would be great if you can try for help there first. That will keep issues focused on work that needs to be done by the developers.
13
+
10
14
**Describe your question or issue**
11
-
A clear and concise description of the problem you're facing and what you'd like help with.
15
+
16
+
Please give a clear and concise description of the problem you're facing and what you'd like help with.
12
17
13
18
**Environment**
14
19
15
-
This information is all important; it's hard to help without a complete set of answers.
20
+
This information is very important; it's hard to help without a complete set of answers.
16
21
17
-
- Version of LMIC being used:
22
+
- Version of LMIC being used. If using the latest github mainline, let us know, otherwise state the version.
18
23
- Version of Arduino IDE being used:
19
24
- Network provider (The Things Network, Swisscom, ChirpStack, etc.)
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/10-bug_report.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,28 +9,32 @@ assignees: terrillmoore
9
9
10
10
**Describe the bug**
11
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.
12
+
A clear and concise description of what the bug is. _If you're not sure it's a bug, please consider opening a discussion at [forum.mcci.io](https://forum.mcci.io/c/device-software/arduino-lmic/5), or 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
13
14
14
Wireless is tricky; if in doubt, start with a support request, rather than a bug report.
15
15
16
16
**Environment**
17
17
18
-
- Version of LMIC being used:
19
-
- Version of Arduino IDE being used:
18
+
- Version of LMIC being used. If using the latest GitHub mainline, let us know, otherwise state the version.
19
+
- Version of Arduino IDE being used.
20
20
- Network provider (The Things Network, Swisscom, ChirpStack, etc.)
If this is an existing document, please include the full path to the file.
15
+
16
+
If there's a need for a new document, please suggest the places in existing docs that should link to it.
17
+
18
+
Make sure you mention the version, and please also check the current version at GitHub, to be sure that the problem hasn't already been corrected for a pending release.
19
+
20
+
**What changes are needed?**
21
+
22
+
Indicate the changes you think are needed. Explicit help is always better. File a PR with your changes if possible!
0 commit comments