From f8ba62a228baad825b94f7a9b76412c2bb786b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Garc=C3=ADa?= Date: Tue, 12 Nov 2024 15:16:25 +0100 Subject: [PATCH] Issue template added MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alberto GarcĂ­a --- .github/ISSUE_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..5666b38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,30 @@ +# Issue Report + +### Description +Describe the issue or suggestion you are reporting. + +### Steps to Reproduce +1. Step 1 +2. Step 2 +3. Step 3 +.. Step N + +### Expected Result +Describe what you expected to happen. + +### Actual Result +Describe what actually happened. + +### Screenshots +Attach screenshots if relevant. + +### Environment +- **Operating System**: +- **ROS Distribution**: +- **Additional Details**: + +### Configuration +Please paste the configuration file used (yaml) located in the config folder + +### Execution Log +Include the execution log of the driver to assist in diagnosing the issue. This log should capture any error messages or warnings related to the YAML configuration. \ No newline at end of file