Skip to content

Commit 3399fa3

Browse files
author
Seppo Takalo
committed
Update issue templates
1 parent e6ff366 commit 3399fa3

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Issue
3+
about: Report issue on ESP8266 driver
4+
5+
---
6+
7+
### Description
8+
<!--
9+
Required
10+
Add detailed description of what you are reporting.
11+
Good example: https://os.mbed.com/docs/latest/reference/workflow.html
12+
Things to consider sharing:
13+
- What target does this relate to?
14+
- What toolchain (name + version) are you using?
15+
- What tools (name + version - is it mbed-cli, online compiler or IDE) are you using?
16+
- What is the SHA of Mbed OS (git log -n1 --oneline)?
17+
- Steps to reproduce. (Did you publish code or a test case that exhibits the problem?)
18+
-->
19+
20+
21+
### Issue request type
22+
<!--
23+
Required
24+
Please add only one X to one of the following types. Do not fill multiple types. (Split the issue otherwise.)
25+
Please note this is not a GitHub task list; indenting the boxes or changing the format to add a '.' or '*' in front
26+
of them changes the meaning incorrectly. The only changes to make are to add a description under the
27+
description heading and to add an 'x' to the correct box.
28+
29+
[X] Question
30+
[ ] Enhancement
31+
[ ] Bug
32+
-->
33+
34+
[ ] Question
35+
[ ] Enhancement
36+
[ ] Bug

0 commit comments

Comments
 (0)