Skip to content

Commit e8ee8c3

Browse files
authored
Merge pull request #5 from ARMmbed/github-template-for-issue-tracking
Add github issue template
2 parents 2f78c5b + 08749e6 commit e8ee8c3

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.github/issue_template.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
3+
************************************** WARNING **************************************
4+
5+
The ciarcom bot parses this header automatically. Any deviation from the
6+
template may cause the bot to automatically correct this header or may result in a
7+
warning message, requesting updates.
8+
9+
Please ensure that nothing follows the Issue request type section, all
10+
issue details are within the Description section and no changes are made to the
11+
template format (as detailed below).
12+
13+
*************************************************************************************
14+
15+
-->
16+
17+
### Description
18+
19+
<!--
20+
Required
21+
Add detailed description of what you are reporting.
22+
Good example: https://os.mbed.com/docs/latest/reference/workflow.html
23+
Things to consider sharing:
24+
- What target does this relate to?
25+
- What toolchain (name + version) are you using?
26+
- What tools (name + version - is it mbed-cli, online compiler or IDE) are you using?
27+
- What is the SHA of Mbed OS (git log -n1 --oneline)?
28+
- Steps to reproduce. (Did you publish code or a test case that exhibits the problem?)
29+
-->
30+
31+
32+
### Issue request type
33+
34+
<!--
35+
Required
36+
Please add only one X to one of the following types. Do not fill multiple types (split the issue otherwise.)
37+
Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front
38+
of them would change the meaning incorrectly. The only changes to be made are to add a description text under the
39+
description heading and to add a 'x' to the correct box.
40+
-->
41+
[ ] Question
42+
[ ] Enhancement
43+
[ ] Bug
44+

0 commit comments

Comments
 (0)