From ad6fb3badd02e871c7598de31d45ef4e0d2d1019 Mon Sep 17 00:00:00 2001 From: Felix Mauch Date: Fri, 21 Jun 2019 12:14:24 +0000 Subject: [PATCH] Added issue template --- .gitlab/issue_templates/default.md | 45 ++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .gitlab/issue_templates/default.md diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md new file mode 100644 index 0000000..1799c49 --- /dev/null +++ b/.gitlab/issue_templates/default.md @@ -0,0 +1,45 @@ +# Summary +*Introduction to the issue* + +# Versions + - ROS Driver version: + - Affected Robot Software Version(s): + - Affected Robot Hardware Version(s): + - Robot Serial Number: + - UR+ product(s) installed: + - URCaps Software version(s): + +# Impact +*What is the impact of the issue. Try to describe it well enough, in order for us to prioritise the issues.* + + +# Issue details +*This part is important in order to clarify the severity of the issue.* + + +## Use Case and Setup +*What does the setup look like and what are the objectives?* + + +## Project status at point of discovered +*When did you first observe the issue?* + - *Before I started?* + - *In first couple of tries?* + - *In normal use?* + - *etc...* + + +## Steps to Reproduce +*Make simple example to reproduce the issue. Try to remove dependencies to other hardware and software components, if it is possible.* + + +## Expected Behavior +*What did you expect and why?* + + +## Actual Behavior +*What did you observe? If possible please attach relevant information.* + + +## Workaround Suggestion +*If a workaround has been found, you are welcome to share.* \ No newline at end of file