Skip to content

Commit

Permalink
add issue templates for bug, featurea and question.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
  • Loading branch information
fujitatomoya committed Sep 7, 2023
1 parent 1c24cf6 commit 6536729
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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:
- <!-- OS and version (e.g. Ubuntu 22.04...) -->
- ROS distribution
- <!-- ROS 2 (e.g. Humble / Iron / Rolling...) -->
- RMW Implementation
- <!-- RMW (e.g. rmw_fastrtps...) -->
- ROS 2 Persistent Parameter Server Commit ID
- <!-- Commit Hash -->

**Description**

<!-- A clear and concise description of what the bug is -->

#### Steps to reproduce the issue

<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/
``` code that can be copy-pasted is preferred ``` -->

#### Expected Behavior

<!-- What do you expect to happen? -->

#### Actual Behavior

<!-- What actually happened? -->

#### Additional information

<!-- If you have more details information, please describe here. -->
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature Request
about: Enhancement Proposal
title: "[FR]"
labels: 'Type: Enhancement'
assignees: ''
---

### Feature request

#### Motivation

<!-- Description what you are trying to solve, what is the problem to address with this Feature Request. -->

#### Feature description

<!-- Description in a few sentences what the feature consists of and what problem it will solve -->

#### Implementation considerations

<!-- Relevant information on how the feature could be implemented and pros and cons of the different solutions -->

#### Additional information

<!-- If you have more details information, please describe here. -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -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/).

0 comments on commit 6536729

Please sign in to comment.