Skip to content

Commit 6d22cbf

Browse files
add issue template
1 parent 474c3db commit 6d22cbf

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
For general questions, please post on discourse: https://discourse.ros.org/c/ng-ros
3+
Not sure if this is the right repository? Open an issue on https://github.com/ros2/ros2/issues
4+
For Bug report or feature requests, please fill out the relevant category below
5+
-->
6+
7+
## Bug report
8+
9+
**Required Info:**
10+
11+
- Operating System:
12+
- <!-- OS and version (e.g. Windows 10, Ubuntu 16.04...) -->
13+
- Installation type:
14+
- <!-- binaries or from source -->
15+
- Version or commit hash:
16+
- <!-- Output of git rev-parse HEAD, release version, or repos file -->
17+
- DDS implementation:
18+
- <!-- rmw_implementation used (e.g. Fast-RTPS, RTI Connext, etc -->
19+
- Client library (if applicable):
20+
- <!-- e.g. rclcpp, rclpy, or N/A -->
21+
22+
#### Steps to reproduce issue
23+
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/
24+
``` code that can be copy-pasted is preferred ``` -->
25+
```
26+
27+
```
28+
29+
#### Expected behavior
30+
31+
#### Actual behavior
32+
33+
#### Additional information
34+
35+
<!-- If you are reporting a bug delete everything below
36+
If you are requesting a feature deleted everything above this line -->
37+
----
38+
## Feature request
39+
40+
#### Feature description
41+
<!-- Description in a few sentences what the feature consists of and what problem it will solve -->
42+
43+
#### Implementation considerations
44+
<!-- Relevant information on how the feature could be implemented and pros and cons of the different solutions -->

0 commit comments

Comments
 (0)