diff options
author | Christoffer <netravnen@gmail.com> | 2018-08-29 11:18:03 +0200 |
---|---|---|
committer | Christoffer <netravnen@gmail.com> | 2018-08-29 11:19:20 +0200 |
commit | 272fd0c3cdfa9ffb54e4dff7cfae4062f373628e (patch) | |
tree | 9cb8effce34e3b003d5632f989ab4f5f84173cd9 /.github | |
parent | doc: add comment on closing PRs (diff) | |
download | frr-272fd0c3cdfa9ffb54e4dff7cfae4062f373628e.tar.xz frr-272fd0c3cdfa9ffb54e4dff7cfae4062f373628e.zip |
.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 <netravnen@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..0ef9e3270 --- /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! |