|
6 | 6 | template may cause the bot to automatically correct this header or may result in a |
7 | 7 | warning message, requesting updates. |
8 | 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). |
| 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/ . |
12 | 13 |
|
13 | 14 | ************************************************************************************* |
14 | 15 |
|
15 | 16 | --> |
16 | 17 |
|
17 | | -### Description |
| 18 | +### Description of defect |
18 | 19 |
|
19 | 20 | <!-- |
20 | | - Required |
21 | 21 | Add detailed description of what you are reporting. |
22 | 22 | 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?) |
29 | 23 | --> |
30 | 24 |
|
31 | 25 |
|
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 ? |
33 | 38 |
|
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 | 39 |
|
0 commit comments