Skip to content

Commit f4eabd7

Browse files
authored
Merge branch 'develop' into refactor-util-py
2 parents 604a24a + 53b9a5a commit f4eabd7

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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>

.mergify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pull_request_rules:
44
- "#approved-reviews-by>=1"
55
- "#review-requested=0"
66
- "#changes-requested-reviews-by=0"
7-
- "#commented-reviews-by=0"
87
- "status-success=Travis CI - Pull Request"
98
- "label!=work-in-progress"
109
actions:

0 commit comments

Comments
 (0)