-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update issue templates Create a Bug report and New feature request templates * Configured issue-templates
- Loading branch information
Showing
4 changed files
with
48 additions
and
60 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,20 @@ | ||
--- | ||
name: New Feature request | ||
about: Suggest an idea or feature for this project | ||
labels: enhancement | ||
--- | ||
|
||
**You would like to implement a new component? If yes, please provide all the necessary details** \ | ||
A clear configuration of the component and its working principle. Ex. It uses PWM | ||
- GPIO pins that are used by this component. | ||
- Circuit diagram if available | ||
- Any additional chips are used. Ex: It uses ADC0834 | ||
|
||
**Is your feature request related to a problem? Please describe.** \ | ||
A clear and concise description of what the problem is. Ex: I have a problem with LED [...] | ||
|
||
**Describe the solution you'd like** \ | ||
A clear and concise description of what you want to happen. | ||
|
||
**Additional context** \ | ||
Add any other context or screenshots about the feature request here. |
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,28 @@ | ||
--- | ||
name: Report a Bug | ||
about: Create a report to help us improve | ||
labels: bug | ||
--- | ||
|
||
**Describe the bug** \ | ||
A clear and concise description of what the bug is. | ||
|
||
**What component are you facing this issue with?** \ | ||
The component details and what functionality causes this issue | ||
|
||
**To Reproduce** \ | ||
Steps to reproduce the behavior: For example | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. Run the component '....' | ||
5. See error | ||
|
||
**Expected behavior** \ | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** \ | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Additional context** \ | ||
Add any other context about the problem here. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.