Skip to content

Commit d42f443

Browse files
committed
update the issue template
1 parent 816e1c9 commit d42f443

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,37 @@ name: Bug report
33
about: Create a report to help us improve
44
title: ''
55
labels: bug
6-
assignees: thomas-mangin
6+
assignees: ''
77

88
---
99

10-
** Bug Report **
11-
1210
We are sorry that you are experiencing an issue with ExaBGP.
1311

1412
Before opening this issue could you please:
1513
- make sure the problem was not already reported to avoid duplicates.
16-
- check if the problem is still present on the latest version (main)
17-
- provide an full output of exabgp running with the "-d" option, including any stacktrace
18-
(please provide the full output - even if long)
14+
- check if the problem is still present on main
15+
16+
**Common issues**
17+
18+
If the program is freezing/stop responding, please look at our convertion from 3.4 to 4.x, please look at https://github.com/Exa-Networks/exabgp/wiki/Migration-from-3.4-to-4.x#api for more information.
19+
20+
The API now ack message sent with a 'done' or 'error' string back. program written for ExaBGP 3.4 will not expect this data and if enough message are sent without being consumed by the api application, the PIPE can become blocking, resulting in ExaBGP stopping to do anything.
1921

2022
**Describe the bug**
2123

22-
A clear and concise description of what the bug is.
24+
Please provive a clear and concise description of what the bug is. Again, when running exabgp please use the `-d` options.
25+
It provides a lot of information which can be useful to understand the issue, and please do not obfuscate or on provide a partial output.
2326

24-
**To Reproduce**
27+
Should you prefer to provide the information privately, please let us know where we can reach you.
2528

26-
Steps to reproduce the behavior:
29+
If you can, please provide us the steps to reproduce the behavior:
2730
- Please include a way to reproduce the issue if possible.
2831
- we use `sudo ./qa/sbin/bgp --port 179 --echo` to similate an IBGP peer
2932

30-
**Expected behavior**
33+
**What we need to help you**
34+
35+
Please provide an full output of exabgp running with the "-d" option, including any stacktrace and do NOT edit or obfuscate the output.
3136

32-
A clear and concise description of what you expected to happen.
3337

3438
**Environment (please complete the following information):**
3539

0 commit comments

Comments
 (0)