From d338b4425bd6e77b492abb566dc5f7708d506c06 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Fri, 9 Dec 2016 15:55:48 -0800 Subject: [PATCH] Added GitHub issue template. --- .github/ISSUE_TEMPLATE | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000..ccd8d59 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,18 @@ +### Mininet uses GitHub issues for bug reports and feature requests. +### These issues can be viewed at bugs.mininet.org +### +### If you have a question that is not a bug report or a feature request, +### please consult the documentation at docs.mininet.org, the FAQ +### at faq.mininet.org, and the mininet-discuss mailing list. +### +### For bug reports, please fill in the following information in detail, +### and also feel free to include additional information such as debug +### output from mn -v debug, etc. + +### Expected/Desired Behavior: + + +### Actual Behavior: + + +### Detailed Steps to Reproduce the Behavior: