Skip to content

Commit 6ab4091

Browse files
author
Cruz Monrreal
authored
Merge pull request #6728 from 0xc0170/fix-issue-template
Fix issue template - simplified version
2 parents 7a99cd1 + 9747f19 commit 6ab4091

File tree

1 file changed

+29
-46
lines changed

1 file changed

+29
-46
lines changed

.github/issue_template.md

Lines changed: 29 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,31 @@
1-
Note: This is just a template, so feel free to use/remove the unnecessary things
2-
31
### 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
2+
<!--
3+
Required
4+
Add detailed description of what you are reporting.
5+
Good example: https://os.mbed.com/docs/latest/reference/workflow.html
6+
Things to consider sharing:
7+
- What target does this relate to?
8+
- What toolchain (name + version) are you using?
9+
- What tools (name + version - is it mbed-cli, online compiler or IDE) are you using?
10+
- What is the SHA of Mbed OS (git log -n1 --oneline)?
11+
- Steps to reproduce. (Did you publish code or a test case that exhibits the problem?)
12+
-->
13+
14+
15+
### Issue request type
16+
<!--
17+
Required
18+
Please add only one X to one of the following types. Do not fill multiple types. (Split the issue otherwise.)
19+
Please note this is not a GitHub task list; indenting the boxes or changing the format to add a '.' or '*' in front
20+
of them changes the meaning incorrectly. The only changes to make are to add a description under the
21+
description heading and to add an 'x' to the correct box.
22+
23+
[X] Question
24+
[ ] Enhancement
25+
[ ] Bug
26+
-->
27+
28+
[ ] Question
29+
[ ] Enhancement
30+
[ ] Bug
4731

48-
**How to?**

0 commit comments

Comments
 (0)