From 4041e882c1d17dabccdfc048ab1d0a4b1182468e Mon Sep 17 00:00:00 2001 From: Marko Durkovic Date: Fri, 6 Aug 2021 10:33:01 +0200 Subject: [PATCH] Add issue template --- .gitlab/issue_templates/bug.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitlab/issue_templates/bug.md diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md new file mode 100644 index 00000000..62e6365d --- /dev/null +++ b/.gitlab/issue_templates/bug.md @@ -0,0 +1,28 @@ +## Your Environment + +Thank you for taking the time to report an issue. + +To more efficiently resolve this issue, we'd like to know some basic information about your system and setup. + +1) Your operating system: + +2) Version of python you are running (`python --version`): + +3) How did you install rosbags? Did you use pip to install from PyPI or a repository checkout or something else? + +4) Version of rosbags you have installed (`pip show rosbags | grep Version`): + + +If you're having issues with (de)serialization of custom message types please include a copy of the following: +* Message definition files (msg or idl) +* The bytes of an example message + + +## The Issue + +Please describe the issue that you are experiencing. + + +## Steps to Reproduce + +If the issue is predictable and consistently reproducible, please list the steps here.