-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #134 from ElectronicCats/Eric286-ISSUE_TEMPLATE
Eric286 issue template
- Loading branch information
Showing
3 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
name: "\U0001F640 Bug report " | ||
about: Report a bug or unexpected behavior while using the Beelan-LoRaWAN library | ||
title: 'ElectronicCats' | ||
labels: bug | ||
--- | ||
|
||
**Please, before reporting any issue** | ||
- Make sure your board it's in good condition. | ||
- Make sure your Module it's in good condition and that it is compatible. | ||
- Verify that it really is a library problem and not a hardware problem. | ||
- **Avoid** to submit a GitHub issue for project troubleshooting. | ||
|
||
Any feedback/suggestions should be discussed on the [feedback section](https://github.com/ElectronicCats/Beelan-LoRaWAN/issues): | ||
* Just click on New Issue and select the correct category. | ||
|
||
When reporting any issue, please try to provide all relevant information to help on its resolution. | ||
|
||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
The more detailed this is, the easier we can come up with a solution. | ||
|
||
|
||
**To Reproduce** | ||
Complete source code which can be used to reproduce the issue. Please try to be as generic as possible. | ||
No extra code, extra hardware, etc. | ||
If you think it is absolutely necessary to add this, mention in detail the connections in case it is necessary hardware and also indicate the part of code that was added and how it was added. | ||
|
||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**To help us to understand your situation, we would like to ask you for the following additional information::** | ||
- Which board are you using? | ||
- What Operating System and version are you using (e.g. Windows 11, macOS 12.0, Linux)? | ||
- In case you are using the Arduino IDE, What version of the Arduino IDE? | ||
- Did it work before?, If it worked before, what were the parameters that you modify? | ||
|
||
|
||
**Additional context** | ||
Add any other context about the problem here that you think will help us to solve your problem. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: "\U0001F408 Feddback or requests" | ||
about: Suggest an idea or improvement for this project | ||
title: 'ElectronicCats' | ||
labels: 'enhancement' | ||
--- | ||
|
||
**What idea or improvement for the library has occurred to you?** | ||
|
||
**If you found an error:** | ||
|
||
Please describe clearly and concisely the problem you are aware of. | ||
|
||
|
||
**Have you already found a solution?** | ||
|
||
If you found a way to fix the problem please let us know. | ||
It would be very helpful if you put the part of the code that needs to be corrected and how it needs to be corrected. | ||
|
||
***Thanks a lot*** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: See if your issue is solved before creating a new one. | ||
about: Try to see if ther is an answer for yoru questions before you create a new issue. | ||
url: https://github.com/ElectronicCats/Beelan-LoRaWAN/issues?q=is%3Aissue+is%3Aclosed | ||
- name: ElectronicCats | ||
about: Contact us through our website | ||
url: https://electroniccats.com/contact/ |