Skip to content

Commit 27f2789

Browse files
sg-0xc0170
authored andcommitted
Update the issue template to reduce clutter
Lots of issues filed didnt take the time to remove the boilerplate text and give the details needed. This format mimics the update to pull requests but inverts type and description.
1 parent b033a6e commit 27f2789

File tree

1 file changed

+26
-47
lines changed

1 file changed

+26
-47
lines changed

.github/issue_template.md

Lines changed: 26 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,27 @@
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+
-->
327
### 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?**

0 commit comments

Comments
 (0)