Skip to content

Commit 10eda40

Browse files
committed
Update issue templates
1 parent 3686123 commit 10eda40

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
## Description of Issue
8+
Enter description of issue here. Include a clear and concise description of what you expected to happen and what actually happened.
9+
10+
## Technical Details
11+
12+
- Arduino Board (e.g. Arduino Leonardo):
13+
- Host OS (e.g. Windows 10):
14+
- Arduino IDE Version (e.g. 1.8.3):
15+
16+
## Sketch File that Reproduces Issue
17+
18+
~~~
19+
Sketch file goes here (if applicable)
20+
~~~
21+
22+
## Wiring Details
23+
Any pin wiring details that may be relevant.
24+
25+
## Additional context
26+
Add any other context about the problem here.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Describe your feature request**
8+
A clear and concise description of what you feature you would like to see added to the library.
9+
10+
**Additional context**
11+
Add any other context or screenshots about the feature request here.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Support new board
3+
about: Suggest a new board to support
4+
5+
---
6+
7+
Please indicate which board you would like to see supported.

0 commit comments

Comments
 (0)