diff options
author | Christoffer <netravnen@gmail.com> | 2018-08-31 13:00:25 +0200 |
---|---|---|
committer | Christoffer <netravnen@gmail.com> | 2018-08-31 13:04:08 +0200 |
commit | cbb6b2a3781b805bd3fcb57eac089fb8e176729f (patch) | |
tree | 5389c62521518b9e84cc90cfa25bcd1430c69673 /.github | |
parent | .github: Add ISSUE_TEMPLATE.md (diff) | |
download | frr-cbb6b2a3781b805bd3fcb57eac089fb8e176729f.tar.xz frr-cbb6b2a3781b805bd3fcb57eac089fb8e176729f.zip |
.github: Updated ISSUE_TEMPALTE.md
Addressed all of @qlyoung's "presentational nits
and a formatting suggestion". As well as
@rwestphal's idea of OS and FRR name+version
numbers.
Signed-off-by: Christoffer <netravnen@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0ef9e3270..25d1e7db0 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,14 +1,14 @@ -### How to submit issue +### How to an submit issue Please use this text as a template and replace text in the sections or remove -the entire section if that does not apply to your issue. For example in case of -question or feature request, just description with some example is probably -fine. Also remember to use github's markup form properly, especially in case of -output or code listing. +the entire section if it does not apply to your issue. For example in case of +a question or feature request, just description with some example is probably +fine. Also remember to use GitHub Flavored Markdown properly, especially +posting output or code listings. ### Things you may try first -(put "x" in "[]" if you already tried following) -* [] Did you check if this is a duplicate issue? -* [] Did you test it on the latest FRRouting/frr master branch? +(put "x" in "[ ]" if you already tried following) +* [ ] Did you check if this is a duplicate issue? +* [ ] Did you test it on the latest FRRouting/frr master branch? **Related Issue:** [fill here if applicable] @@ -22,14 +22,19 @@ output or code listing. 3. [and so on...] **Expected behavior:** - [What you expected to happen] +[What you expected to happen] **Actual behavior:** - [What actually happened] +[What actually happened] -### Components: +### Components [bgpd, build, doc, isisd, ospfd, etc.] +### Versions +* OS: [name] [version] +* Kernel: [Linux/BSD] [version] +* FRR: [version] + ### Attachments [Attach if applicable. Fx. log-files, log-lines. etc. etc.] |