Skip to content

Commit a7d95dd

Browse files
authored
Merge pull request #11702 from ARMmbed/issue_template
Update issue template
2 parents c018b2b + 1cb7502 commit a7d95dd

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

.github/issue_template.md

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,34 @@
66
template may cause the bot to automatically correct this header or may result in a
77
warning message, requesting updates.
88
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).
9+
Please ensure all sections of the template below are filled in and no changes
10+
are made to the template format. Only bugs should be raised here as issues.
11+
Questions or enhancements should instead be raised on our forums:
12+
https://forums.mbed.com/ .
1213
1314
*************************************************************************************
1415
1516
-->
1617

17-
### Description
18+
### Description of defect
1819

1920
<!--
20-
Required
2121
Add detailed description of what you are reporting.
2222
Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/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?)
2923
-->
3024

3125

32-
### Issue request type
26+
#### Target(s) affected by this defect ?
27+
28+
29+
#### Toolchain(s) (name and version) displaying this defect ?
30+
31+
32+
#### What version of Mbed-os are you using (tag or sha) ?
33+
34+
#### What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
35+
36+
37+
#### How is this defect reproduced ?
3338

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
4439

0 commit comments

Comments
 (0)