]> git.proxmox.com Git - mirror_frr.git/blame - .github/ISSUE_TEMPLATE/bug_report.md
Merge pull request #12654 from Pdoijode/evpn-evi-detail-json-changes
[mirror_frr.git] / .github / ISSUE_TEMPLATE / bug_report.md
CommitLineData
2ccd53c0
QY
1---
2name: Bug report
3about: Create a report to help us improve
4title: ''
5labels: triage
6assignees: ''
7
8---
9
368def51
QY
10<!--
11
12*** ATTENTION ***
13
14YOU MUST READ THIS TO HAVE YOUR ISSUE ADDRESSED
15
16PLEASE READ AND FILL OUT THIS TEMPLATE
17
18NEGLECTING TO PROVIDE INFORMATION REQUESTED HERE WILL RESULT IN
19SIGNIFICANT DELAYS ADDRESSING YOUR ISSUE
20
21ALWAYS PROVIDE:
22- FRR VERSION
23- OPERATING SYSTEM VERSION
24- KERNEL VERSION
25
26FAILURE TO PROVIDE THIS MAY RESULT IN YOUR ISSUE BEING IGNORED
27
28FOLLOW THESE GUIDELINES:
29
2ccd53c0 30- When reporting a crash, provide a backtrace
368def51
QY
31- When pasting configs, logs, shell output, backtraces, and other large chunks
32 of text, surround this text with triple backtics
33
34 ```
35 like this
36 ```
37
38- Include the FRR version; if you built from Git, please provide the commit
39 hash
2ccd53c0
QY
40- Write your issue in English
41
368def51
QY
42-->
43
2ccd53c0
QY
44---------------
45
46**Describe the bug**
368def51 47<!--
2ccd53c0
QY
48A clear and concise description of what the bug is.
49
368def51
QY
50Put "x" in "[ ]" if you already tried following:
51-->
52
aad6068f
DA
53- [ ] Did you check if this is a duplicate issue?
54- [ ] Did you test it on the latest FRRouting/frr master branch?
2ccd53c0
QY
55
56
57**To Reproduce**
368def51
QY
58<!--
59Describe the steps to reproduce the behavior.
60Be as descriptive as possible.
61
62For example:
63
2ccd53c0
QY
641. Go to '...'
652. Click on '....'
663. Scroll down to '....'
674. See error
368def51 68-->
2ccd53c0
QY
69
70**Expected behavior**
368def51
QY
71<!--
72Write here a clear and concise description of what you expected to happen when
73using the reproduction steps you provided above
74-->
2ccd53c0
QY
75
76**Screenshots**
368def51 77<!--
2ccd53c0 78If applicable, add screenshots to help explain your problem.
368def51 79-->
2ccd53c0
QY
80
81**Versions**
368def51
QY
82<!--
83Include your operating system type and version here
84
85FAILURE TO PROVIDE THIS MAY RESULT IN YOUR ISSUE BEING IGNORED
86-->
87<!-- e.g. Fedora 24, Debian 10] -->
88 - OS Version:
89<!-- [e.g. Linux 5.4, OpenBSD 6.6] -->
90 - Kernel:
91<!-- e.g. 6.0, 7.4 -->
92 - FRR Version:
2ccd53c0
QY
93
94**Additional context**
368def51 95<!--
2ccd53c0 96Add any other context about the problem here.
368def51 97-->