From a8ffd734507a06571942e35b2e7caf9b47b6773e Mon Sep 17 00:00:00 2001 From: Dan Rose <rotu@users.noreply.github.com> Date: Mon, 9 Sep 2019 17:35:58 -0500 Subject: [PATCH] Adjust issue template @SteveMacenski Fix #1102 Clarify which version and how to get version. --- .github/ISSUE_TEMPLATE.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 99c04039..f7785a9c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -11,14 +11,12 @@ For Bug report or feature requests, please fill out the relevant category below - Operating System: - <!-- OS and version (e.g. Windows 10, Ubuntu 16.04...) --> -- Installation type: - - <!-- binaries or from source --> - Version or commit hash: - - <!-- Output of git rev-parse HEAD, release version, or repos file --> + - <!-- from source: output of `git -C navigation2 rev-parse HEAD + apt binaries: output of `dpkg-query --show "ros-$ROS_DISTRO-navigation2"` + or `dpkg-query --show "ros-$ROS_DISTRO-nav2-*`" --> - DDS implementation: - - <!-- rmw_implementation used (e.g. Fast-RTPS, RTI Connext, etc --> -- Client library (if applicable): - - <!-- e.g. rclcpp, rclpy, or N/A --> + - <!-- rmw_implementation used (e.g. Fast-RTPS, RTI Connext, etc.) --> #### Steps to reproduce issue <!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/ -- GitLab