From 6536729b9aed020a44967db648e4bc90dcda6d15 Mon Sep 17 00:00:00 2001 From: Tomoya Fujita Date: Wed, 6 Sep 2023 17:18:03 -0700 Subject: [PATCH] add issue templates for bug, featurea and question. Signed-off-by: Tomoya Fujita --- .github/ISSUE_TEMPLATE/bug_report.md | 41 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 25 ++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 11 ++++++ 3 files changed, 77 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..fcc1add --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug Report +about: Post a bug report to improve +title: "[BUG]" +labels: 'Type: Bug' +assignees: '' +--- + +### Bug Report + +**Required Information** + +- Operating System: + - +- ROS distribution + - +- RMW Implementation + - +- ROS 2 Persistent Parameter Server Commit ID + - + +**Description** + + + +#### Steps to reproduce the issue + + + +#### Expected Behavior + + + +#### Actual Behavior + + + +#### Additional information + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..f4c5453 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature Request +about: Enhancement Proposal +title: "[FR]" +labels: 'Type: Enhancement' +assignees: '' +--- + +### Feature request + +#### Motivation + + + +#### Feature description + + + +#### Implementation considerations + + + +#### Additional information + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..984257c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: Ask any questions regarding ROS 2 persistent parameter server +title: '[Question]' +labels: 'Type: Question' +assignees: '' +--- + +When asking a question please also include where you looked for an answer (so we can update the documentation if needed). + +You are encouraged to ask general questions regarding ROS or ROS in the [Robotics Stack Exchange](https://robotics.stackexchange.com/). \ No newline at end of file