From 0611afcf40b494e39ab418eebb9c1700d14fbac6 Mon Sep 17 00:00:00 2001 From: Simon Rasmussen Date: Wed, 17 Jan 2018 19:01:01 +0100 Subject: [PATCH] Create issue_template.md --- .github/issue_template.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 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 0000000..956bb03 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,37 @@ +Your issue may already be reported! +Please search on the [issue track](../) before creating one. + +## Expected Behavior + + + +## Current Behavior + + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +## Context + + + +## Your Environment + +* Version used: +* ROS version: +* Operating System and version: + +## Log file +``` +Paste your DEBUG logfile content here +```