]> git.proxmox.com Git - mirror_frr.git/blob - .github/ISSUE_TEMPLATE.md
.github: Updated ISSUE_TEMPALTE.md
[mirror_frr.git] / .github / ISSUE_TEMPLATE.md
1 ### How to an submit issue
2 Please use this text as a template and replace text in the sections or remove
3 the entire section if it does not apply to your issue. For example in case of
4 a question or feature request, just a description with some example is probably
5 fine. Also remember to use GitHub Flavored Markdown properly, especially if
6 posting output or code listings.
7
8 ### Things you may try first
9 (put "x" in "[ ]" if you already tried following)
10 * [ ] Did you check if this is a duplicate issue?
11 * [ ] Did you test it on the latest FRRouting/frr master branch?
12
13 **Related Issue:**
14 [fill here if applicable]
15
16 ### Description
17 [Description of the bug or feature]
18
19 ### Steps to Reproduce
20 1. [First Step]
21 2. [Second Step]
22 3. [and so on...]
23
24 **Expected behavior:**
25 [What you expected to happen]
26
27 **Actual behavior:**
28 [What actually happened]
29
30 ### Components
31 [bgpd, build, doc, isisd, ospfd, etc.]
32
33 ### Versions
34 * OS: [name] [version]
35 * Kernel: [Linux/BSD] [version]
36 * FRR: [version]
37
38 ### Attachments
39 [Attach if applicable. For example log-files, log-lines. etc. etc.]
40
41 You're also welcomed to provide us with any other data you think may be useful.
42
43 Thanks!