Skip to content

Commit e92bd4e

Browse files
author
Carl Delsey
authored
Adding initial issue template copied from OSRF RCLCPP template (#253)
1 parent 5b9705d commit e92bd4e

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE.md

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

0 commit comments

Comments
 (0)