]> git.proxmox.com Git - mirror_frr.git/blob - .github/ISSUE_TEMPLATE/bug_report.md
Merge pull request #12762 from sri-mohan1/sri-bable
[mirror_frr.git] / .github / ISSUE_TEMPLATE / bug_report.md
1 ---
2 name: Bug report
3 about: Create a report to help us improve
4 title: ''
5 labels: triage
6 assignees: ''
7
8 ---
9
10 <!--
11
12 *** ATTENTION ***
13
14 YOU MUST READ THIS TO HAVE YOUR ISSUE ADDRESSED
15
16 PLEASE READ AND FILL OUT THIS TEMPLATE
17
18 NEGLECTING TO PROVIDE INFORMATION REQUESTED HERE WILL RESULT IN
19 SIGNIFICANT DELAYS ADDRESSING YOUR ISSUE
20
21 ALWAYS PROVIDE:
22 - FRR VERSION
23 - OPERATING SYSTEM VERSION
24 - KERNEL VERSION
25
26 FAILURE TO PROVIDE THIS MAY RESULT IN YOUR ISSUE BEING IGNORED
27
28 FOLLOW THESE GUIDELINES:
29
30 - When reporting a crash, provide a backtrace
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
40 - Write your issue in English
41
42 -->
43
44 ---------------
45
46 **Describe the bug**
47 <!--
48 A clear and concise description of what the bug is.
49
50 Put "x" in "[ ]" if you already tried following:
51 -->
52
53 - [ ] Did you check if this is a duplicate issue?
54 - [ ] Did you test it on the latest FRRouting/frr master branch?
55
56
57 **To Reproduce**
58 <!--
59 Describe the steps to reproduce the behavior.
60 Be as descriptive as possible.
61
62 For example:
63
64 1. Go to '...'
65 2. Click on '....'
66 3. Scroll down to '....'
67 4. See error
68 -->
69
70 **Expected behavior**
71 <!--
72 Write here a clear and concise description of what you expected to happen when
73 using the reproduction steps you provided above
74 -->
75
76 **Screenshots**
77 <!--
78 If applicable, add screenshots to help explain your problem.
79 -->
80
81 **Versions**
82 <!--
83 Include your operating system type and version here
84
85 FAILURE 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:
93
94 **Additional context**
95 <!--
96 Add any other context about the problem here.
97 -->