Skip to content

Commit

Permalink
update the issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Feb 6, 2025
1 parent 816e1c9 commit d42f443
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,37 @@ name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: thomas-mangin
assignees: ''

---

** Bug Report **

We are sorry that you are experiencing an issue with ExaBGP.

Before opening this issue could you please:
- make sure the problem was not already reported to avoid duplicates.
- check if the problem is still present on the latest version (main)
- provide an full output of exabgp running with the "-d" option, including any stacktrace
(please provide the full output - even if long)
- check if the problem is still present on main

**Common issues**

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.

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.

**Describe the bug**

A clear and concise description of what the bug is.
Please provive a clear and concise description of what the bug is. Again, when running exabgp please use the `-d` options.
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.

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

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

**Expected behavior**
**What we need to help you**

Please provide an full output of exabgp running with the "-d" option, including any stacktrace and do NOT edit or obfuscate the output.

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

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

Expand Down

0 comments on commit d42f443

Please sign in to comment.