File tree Expand file tree Collapse file tree 2 files changed +23
-22
lines changed Expand file tree Collapse file tree 2 files changed +23
-22
lines changed Original file line number Diff line number Diff line change @@ -7,34 +7,35 @@ assignees: ''
7
7
8
8
---
9
9
10
- ** Describe the bug**
11
- A clear and concise description of what the bug is.
10
+ ### Describe the bug
11
+ <!-- A clear and concise description of what the bug is. -->
12
12
13
- ** To Reproduce**
14
- Steps to reproduce the behavior (please add longer code examples below):
15
13
14
+ ### To Reproduce
15
+ <!-- Steps to reproduce the behavior. Please add longer code examples below. -->
16
16
17
- ** Expected behavior**
18
- A clear and concise description of what you expected to happen.
19
17
18
+ ### Expected behavior
19
+ <!-- A clear and concise description of what you expected to happen. -->
20
20
21
- ** Additional context**
22
21
23
- OS-version:
22
+ ### Additional context
23
+
24
+ OS and version:
24
25
Python version:
25
26
python-can version:
26
- python-can interface/s:
27
+ python-can interface/s (if applicable) :
27
28
28
29
<!-- Add any other context about the problem here. -->
29
-
30
+
30
31
<details ><summary >Traceback and logs</summary >
31
- <!-- have to be followed by an empty line! -->
32
-
32
+ <!-- Has to be followed by an empty line! -->
33
+
33
34
<!-- More details such as a minimal script to demonstrate the bug, relevant logs and any tracebacks go here. -->
34
-
35
+
35
36
<!-- Code examples can be included: -->
36
37
``` python
37
38
def func ():
38
- return ' hello, world!'
39
+ return " hello, world!"
39
40
```
40
41
</details >
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ assignees: ''
7
7
8
8
---
9
9
10
- ** Is your feature request related to a problem? Please describe.**
11
- A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
10
+ ### Is your feature request related to a problem? Please describe.
11
+ <!-- A clear and concise description of what the problem is. Ex.: I'm always frustrated when [...] -->
12
12
13
- ** Describe the solution you'd like**
14
- A clear and concise description of what you want to happen.
13
+ ### Describe the solution you'd like
14
+ <!-- A clear and concise description of what you want to happen. -->
15
15
16
- ** Describe alternatives you've considered**
17
- A clear and concise description of any alternative solutions or features you've considered.
16
+ ### Describe alternatives you've considered
17
+ <!-- A clear and concise description of any alternative solutions or features you've considered. -->
18
18
19
- ** Additional context**
20
- Add any other context or screenshots about the feature request here.
19
+ ### Additional context
20
+ <!-- Add any other context or screenshots about the feature request here. -->
You can’t perform that action at this time.
0 commit comments