]> git.proxmox.com Git - mirror_frr.git/blame_incremental - .github/ISSUE_TEMPLATE.md
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / .github / ISSUE_TEMPLATE.md
... / ...
CommitLineData
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
10### How to submit an issue
11Please use this text as a template and replace text in the sections or remove
12the entire section if it does not apply to your issue. For example in case of
13a question or feature request, just a description with some example is probably
14fine. Also remember to use GitHub Flavored Markdown properly, especially if
15posting output or code listings.
16
17### Things you may try first
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?
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:**
34[What you expected to happen]
35
36**Actual behavior:**
37[What actually happened]
38
39### Components
40[bgpd, build, doc, isisd, ospfd, etc.]
41
42### Versions
43* OS: [name] [version]
44* Kernel: [Linux/BSD] [version]
45* FRR: [version]
46
47### Attachments
48[Attach if applicable. For example log-files, log-lines. etc. etc.]
49
50You're also welcomed to provide us with any other data you think may be useful.
51
52Thanks!