]> git.proxmox.com Git - mirror_frr.git/blame - .github/ISSUE_TEMPLATE.md
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / .github / ISSUE_TEMPLATE.md
CommitLineData
44f81db1
QY
1# HOW TO GET YOUR ISSUE ADDRESSED FASTER
2
3* When reporting a crash provide a backtrace
4* When pasting configs, logs, shell output, backtraces, and other large chunks
5 of text [use Markdown code blocks](https://github.github.com/gfm/#fenced-code-blocks)
6* Include the FRR version; if you built from Git, please provide the commit
7 hash
8* Write your issue in English
9
9119b9b1 10### How to submit an issue
272fd0c3 11Please use this text as a template and replace text in the sections or remove
cbb6b2a3 12the entire section if it does not apply to your issue. For example in case of
9ab45012
C
13a question or feature request, just a description with some example is probably
14fine. Also remember to use GitHub Flavored Markdown properly, especially if
cbb6b2a3 15posting output or code listings.
272fd0c3
C
16
17### Things you may try first
cbb6b2a3
C
18(put "x" in "[ ]" if you already tried following)
19* [ ] Did you check if this is a duplicate issue?
20* [ ] Did you test it on the latest FRRouting/frr master branch?
272fd0c3
C
21
22**Related Issue:**
23[fill here if applicable]
24
25### Description
26[Description of the bug or feature]
27
28### Steps to Reproduce
291. [First Step]
302. [Second Step]
313. [and so on...]
32
33**Expected behavior:**
cbb6b2a3 34[What you expected to happen]
272fd0c3
C
35
36**Actual behavior:**
cbb6b2a3 37[What actually happened]
272fd0c3 38
cbb6b2a3 39### Components
272fd0c3
C
40[bgpd, build, doc, isisd, ospfd, etc.]
41
cbb6b2a3
C
42### Versions
43* OS: [name] [version]
44* Kernel: [Linux/BSD] [version]
45* FRR: [version]
46
272fd0c3 47### Attachments
9ab45012 48[Attach if applicable. For example log-files, log-lines. etc. etc.]
272fd0c3
C
49
50You're also welcomed to provide us with any other data you think may be useful.
51
52Thanks!