File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : bug
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ ** To Reproduce**
14
+ Steps to reproduce the behavior (please add longer code examples below):
15
+
16
+
17
+ ** Expected behavior**
18
+ A clear and concise description of what you expected to happen.
19
+
20
+
21
+ ** Additional context**
22
+
23
+ OS-version:
24
+ Python version:
25
+ python-can version:
26
+ python-can interface/s:
27
+
28
+ <!-- Add any other context about the problem here. -->
29
+
30
+ <details ><summary >Traceback and logs</summary >
31
+ <!-- have to be followed by an empty line! -->
32
+
33
+ <!-- More details such as a minimal script to demonstrate the bug, relevant logs and any tracebacks go here. -->
34
+
35
+ <!-- Code examples can be included: -->
36
+ ``` python
37
+ def func ():
38
+ return ' hello, world!'
39
+ ```
40
+ </details >
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ pull_request_rules:
4
4
- " #approved-reviews-by>=1"
5
5
- " #review-requested=0"
6
6
- " #changes-requested-reviews-by=0"
7
- - " #commented-reviews-by=0"
8
7
- " status-success=Travis CI - Pull Request"
9
8
- " label!=work-in-progress"
10
9
actions :
You can’t perform that action at this time.
0 commit comments