File tree Expand file tree Collapse file tree 1 file changed +26
-47
lines changed Expand file tree Collapse file tree 1 file changed +26
-47
lines changed Original file line number Diff line number Diff line change 1
- Note: This is just a template, so feel free to use/remove the unnecessary things
2
-
1
+ ### Issue request type
2
+
3
+ <!--
4
+ Required
5
+ Please add only one X to one of the following types. Do not fill multiple types (split the pull request otherwise) or
6
+ change the layout.
7
+
8
+ [X] Question
9
+ [ ] Enhancement
10
+ [ ] Bug
11
+ -->
12
+
13
+ [ ] Question
14
+ [ ] Enhancement
15
+ [ ] Bug
16
+
17
+ <!--
18
+ Required
19
+ Add detailed description of what is being reported
20
+ Good example: https://os.mbed.com/docs/latest/reference/workflow.html
21
+ Things to consider sharing:
22
+ - What target does this relate to?
23
+ - What toolchain is being used?
24
+ - What is the SHA of Mbed OS (git log -n1 --oneline)?
25
+ - Steps to reproduce (Did you publish code or a test case that exhibits the problem)
26
+ -->
3
27
### Description
4
- - Type: Bug | Enhancement | Question
5
- - Related issue: ` #abc `
6
- - Priority: Blocker | Major | Minor
7
-
8
- ---------------------------------------------------------------
9
- ## Bug
10
-
11
- ** Target**
12
- K64F|??
13
-
14
- ** Toolchain:**
15
- GCC_ARM|ARM|IAR
16
-
17
- ** Toolchain version:**
18
-
19
- ** mbed-cli version:**
20
- (` mbed --version ` )
21
-
22
- ** mbed-os sha:**
23
- (` git log -n1 --oneline ` )
24
-
25
- ** DAPLink version:**
26
-
27
- ** Expected behavior**
28
-
29
- ** Actual behavior**
30
-
31
- ** Steps to reproduce**
32
-
33
- ----------------------------------------------------------------
34
- ## Enhancement
35
-
36
- ** Reason to enhance or problem with existing solution**
37
-
38
- ** Suggested enhancement**
39
-
40
- ** Pros**
41
-
42
- ** Cons**
43
-
44
- -----------------------------------------------------------------
45
-
46
- ## Question
47
-
48
- ** How to?**
You can’t perform that action at this time.
0 commit comments