From 272fd0c3cdfa9ffb54e4dff7cfae4062f373628e Mon Sep 17 00:00:00 2001 From: Christoffer Date: Wed, 29 Aug 2018 11:18:03 +0200 Subject: [PATCH 1/4] .github: Add ISSUE_TEMPLATE.md Content of file ISSUE_TEMPLATE.md lossly based upon https://github.com/sysrepo/sysrepo/blob/e38fcc3c00638f97e9d0c27cb6ca2d0bc2b645dc/.github/ISSUE_TEMPLATE.md Signed-off-by: Christoffer --- .github/ISSUE_TEMPLATE.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..0ef9e3270f --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,38 @@ +### How to 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. + +### 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? + +**Related Issue:** +[fill here if applicable] + +### Description +[Description of the bug or feature] + +### Steps to Reproduce +1. [First Step] +2. [Second Step] +3. [and so on...] + +**Expected behavior:** + [What you expected to happen] + +**Actual behavior:** + [What actually happened] + +### Components: +[bgpd, build, doc, isisd, ospfd, etc.] + +### Attachments +[Attach if applicable. Fx. log-files, log-lines. etc. etc.] + +You're also welcomed to provide us with any other data you think may be useful. + +Thanks! From cbb6b2a3781b805bd3fcb57eac089fb8e176729f Mon Sep 17 00:00:00 2001 From: Christoffer Date: Fri, 31 Aug 2018 13:00:25 +0200 Subject: [PATCH 2/4] .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 --- .github/ISSUE_TEMPLATE.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0ef9e3270f..25d1e7db07 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.] From 9ab45012d053391ee4525603bcb7f67f2e032eff Mon Sep 17 00:00:00 2001 From: Christoffer Date: Fri, 31 Aug 2018 21:53:02 +0200 Subject: [PATCH 3/4] .github: Updated ISSUE_TEMPALTE.md Addressed @qlyoung's suggestions. Signed-off-by: Christoffer --- .github/ISSUE_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 25d1e7db07..95fd907b47 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,8 @@ ### How to an submit issue Please use this text as a template and replace text in the sections or remove 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 +a question or feature request, just a description with some example is probably +fine. Also remember to use GitHub Flavored Markdown properly, especially if posting output or code listings. ### Things you may try first @@ -36,7 +36,7 @@ posting output or code listings. * FRR: [version] ### Attachments -[Attach if applicable. Fx. log-files, log-lines. etc. etc.] +[Attach if applicable. For example log-files, log-lines. etc. etc.] You're also welcomed to provide us with any other data you think may be useful. From 9119b9b11855e1801f9beee99c62eec5b5c73acb Mon Sep 17 00:00:00 2001 From: Christoffer Date: Sat, 1 Sep 2018 00:10:42 +0200 Subject: [PATCH 4/4] .github: Update ISSUE_TEMPLATE.md Addressed @rwestphal comments. Signed-off-by: Christoffer --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 95fd907b47..cedca17729 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -### How to an submit issue +### How to submit an issue Please use this text as a template and replace text in the sections or remove the entire section if it does not apply to your issue. For example in case of a question or feature request, just a description with some example is probably