Skip to content

Commit

Permalink
Merge pull request #134 from ElectronicCats/Eric286-ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
Eric286 issue template
  • Loading branch information
sabas1080 authored Aug 5, 2022
2 parents 82d6886 + 5f8f41d commit 29632ec
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_EC.md
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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/Feedback-request.md
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***
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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/

0 comments on commit 29632ec

Please sign in to comment.