-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue template a a
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## Issue template | ||
|
||
**Required Info:** | ||
|
||
- Hardware description: | ||
- <!-- hardware where you are using micro-ROS --> | ||
- RTOS: | ||
- <!-- RTOS where you are using micro-ROS --> | ||
- Installation type: | ||
- <!-- micro_ros_setup, modules, etc --> | ||
- Version or commit hash: | ||
- <!-- version of micro-ROS used: foxy, rolling --> | ||
|
||
#### Steps to reproduce issue | ||
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/ | ||
``` code that can be copy-pasted is preferred ``` --> | ||
``` | ||
``` | ||
|
||
#### Expected behavior | ||
|
||
#### Actual behavior | ||
|
||
#### Additional information | ||
|
||
<!-- If you are reporting a bug delete everything below | ||
If you are requesting a feature deleted everything above this line --> | ||
---- | ||
## 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 --> |