Skip to content

Commit bae0003

Browse files
authored
Adding issue templates
1 parent 19d43f4 commit bae0003

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
*Please note* that if you are planning on asking a question, it should be directed to answers.ros.org or robotics.stackexchange.com. *This form should only be used to report bugs*. Issues with your state estimation output are also not considered bugs until you have asked a question at one of the aforementioned sites and been told that you have encountered a bug.
11+
12+
**Describe the bug**
13+
A clear and concise description of what the bug is.
14+
15+
**To Reproduce**
16+
Steps to reproduce the behavior:
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
**Expected behavior**
23+
A clear and concise description of what you expected to happen.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Desktop (please complete the following information):**
29+
- OS: [e.g. iOS]
30+
- Browser [e.g. chrome, safari]
31+
- Version [e.g. 22]
32+
33+
**Smartphone (please complete the following information):**
34+
- Device: [e.g. iPhone6]
35+
- OS: [e.g. iOS8.1]
36+
- Browser [e.g. stock browser, safari]
37+
- Version [e.g. 22]
38+
39+
**Additional context**
40+
Add any other context about the problem here.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
*Please note* that if you are planning on asking a question, it should be directed to answers.ros.org or robotics.stackexchange.com. *This form should only be used to request features*.
11+
12+
**Is your feature request related to a problem? Please describe.**
13+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
14+
15+
**Describe the solution you'd like**
16+
A clear and concise description of what you want to happen.
17+
18+
**Describe alternatives you've considered**
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
**Additional context**
22+
Add any other context or screenshots about the feature request here.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Question Template
3+
about: Clarifies what kinds of issues may be filed
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
*Please note* that if you are planning on asking a question, it should be directed to answers.ros.org or robotics.stackexchange.com. *This form should only be used to report bugs or request features*. Issues with your state estimation output are also not considered bugs until you have asked a question at one of the aforementioned sites and been told that you have encountered a bug.

0 commit comments

Comments
 (0)