Skip to content

Commit 500db90

Browse files
authored
Update issue template
Remove no longer required issue type section and add more required sections for defects
1 parent e2578db commit 500db90

File tree

1 file changed

+15
-22
lines changed

1 file changed

+15
-22
lines changed

.github/issue_template.md

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,32 @@
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+
35+
#### How is this defect reproduced ?
3336

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
4437

0 commit comments

Comments
 (0)