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