From c87aef8d1191f316e6fff6aff7364c6484d9b99d Mon Sep 17 00:00:00 2001 From: Steve Macenski Date: Tue, 14 Jan 2025 07:28:30 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 47 +++++++++++++++++++ .../configuration-or-tuning-help.md | 41 ++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 +++++++ 3 files changed, 104 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/configuration-or-tuning-help.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..794a1f0237c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,47 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +## Bug report + +**Required Info:** + +- Operating System: + - +- Computer: + - +- ROS2 Version: + - +- Version or commit hash: + - +- DDS implementation: + - + +#### Steps to reproduce issue + +``` + +``` + +#### Expected behavior + +#### Actual behavior + +#### Reproduction instructions + +#### Additional information diff --git a/.github/ISSUE_TEMPLATE/configuration-or-tuning-help.md b/.github/ISSUE_TEMPLATE/configuration-or-tuning-help.md new file mode 100644 index 00000000000..e175b4735a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/configuration-or-tuning-help.md @@ -0,0 +1,41 @@ +--- +name: Configuration or Tuning Help +about: Help in Setting Up Nav2 for your Robot (non-bug, non-feature) +title: '' +labels: question +assignees: '' + +--- + + + +**Required Info:** + +- Operating System: + - +- Computer: + - +- ROS2 Version: + - +- Version or commit hash: + - +- DDS implementation: + - +- Nav2 Package: + - +- Have you asked this on Robotics Stack Exchange? + - + +#### Tuning / Configuration Goal + + +#### What I've Tried + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..a2d3e534039 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +## Feature request + +#### Feature description + + +#### Implementation considerations +