Skip to content

Commit 3686123

Browse files
authored
Added pull request and issue templates (MHeironimus#81)
* Created initial issue template file * Created initial pull request template
1 parent 3d626fb commit 3686123

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

issue_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Description of Issue
2+
Enter description of issue here.
3+
4+
## Technical Details
5+
6+
- Arduino Board (e.g. Arduino Leonardo):
7+
- Host OS (e.g. Windows 10):
8+
- Arduino IDE Version (e.g. 1.8.3):
9+
10+
## Sketch File that Reproduces Issue
11+
12+
~~~
13+
Sketch file goes here (if applicable)
14+
~~~
15+
16+
## Wiring Details
17+
18+
Any details about pin wirings that may be relevant.

pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Fixes # or Enhancement #
2+
3+
Changes proposed in this pull request:
4+
5+
-
6+
-
7+
-
8+
9+
Contributors:

0 commit comments

Comments
 (0)