Skip to content

Commit 06cb9d0

Browse files
committed
add templates
1 parent 9520df8 commit 06cb9d0

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.github/issue_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## System
2+
3+
- OS: _(Travis/OSX/Linux/Windows)_
4+
- `ruby -v`:
5+
- `bundle -v`:
6+
- `bundle info arduino_ci`:
7+
- `gcc -v`:
8+
- Arduino IDE version:
9+
- URL of failing Travis CI job:
10+
- URL of your Arduino project:
11+
12+
13+
## Issue / Feature Request Summary
14+
15+
16+
## Arduino or Unit Test Code, Illustrating the Problem
17+
18+
19+
## Arduino Architecture(s) Affected

.github/pull_request_template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Highlights from `CHANGELOG.md`
2+
3+
* See CHANGELOG.md for more
4+
5+
6+
## Issues Fixed
7+
8+
* Fixes #3000

0 commit comments

Comments
 (0)