From ef95a7ed90a4a2c380ebb584c66675cfe8735b56 Mon Sep 17 00:00:00 2001 From: Masataro Asai Date: Sat, 11 Mar 2017 22:20:08 +0900 Subject: [PATCH] issue template --- ISSUE_TEMPLATE.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..9af1fda --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,31 @@ + +For better utilizing the limited amount of human resource, please include the following +information when reporting an issue. Issues which does not follow this +instruction may be immediately closed without review. + +``` +uname -a +ros --version # if roswell runs successfully +ros config +``` + +## How to reproduce it + +```sh + + +``` + +## Expected behavior + +```sh + + +``` + +## Actual result + +```sh + +``` +