Skip to content

Commit f08eeed

Browse files
committed
Add issue template
Add issue template a a
1 parent fcd886e commit f08eeed

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## Issue template
2+
3+
**Required Info:**
4+
5+
- Hardware description:
6+
- <!-- hardware where you are using micro-ROS -->
7+
- RTOS:
8+
- <!-- RTOS where you are using micro-ROS -->
9+
- Installation type:
10+
- <!-- micro_ros_setup, modules, etc -->
11+
- Version or commit hash:
12+
- <!-- version of micro-ROS used: foxy, rolling -->
13+
14+
#### Steps to reproduce issue
15+
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/
16+
``` code that can be copy-pasted is preferred ``` -->
17+
```
18+
19+
```
20+
21+
#### Expected behavior
22+
23+
#### Actual behavior
24+
25+
#### Additional information
26+
27+
<!-- If you are reporting a bug delete everything below
28+
If you are requesting a feature deleted everything above this line -->
29+
----
30+
## Feature request
31+
32+
#### Feature description
33+
<!-- Description in a few sentences what the feature consists of and what problem it will solve -->
34+
35+
#### Implementation considerations
36+
<!-- Relevant information on how the feature could be implemented and pros and cons of the different solutions -->

0 commit comments

Comments
 (0)