Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
This helps users filing issues
  • Loading branch information
stefanscherzinger committed Aug 11, 2023
1 parent bf39c37 commit 9df4296
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea/improvement for this project
title: ''
labels: ''
assignees: ''

---

## Problem statement and motivation
What's not working ideally at the moment? What could we improve and why could this be interesting for users?

## Goal of this feature
What should the solution be like? A list of high-level behavior/requirement descriptions.

## Approach and next steps
Anything about ideas/intermediate steps for implementation or further references on that topic
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/general_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: General issue
about: Setup, configuration, use cases, bugs, etc.
title: ''
labels: ''
assignees: ''

---

**Problem description**
A clear and concise description of what the problem is.


**Software versions**
- **Commit**: What's the output of `git rev-parse HEAD` in the `sick_safevisionary_ros2` and the `sick_safevisionary_base` package?
- **OS**: What's the output of `uname -srvm`?
- **ROS version**: What's your ROS2 version?


**To Reproduce**
If possible, list the steps to reproduce the behavior.


**Expected behavior**
What did you expect to happen and what happened instead?


**Additional context**
Add anything that you feel is relevant to tackle this issue.

0 comments on commit 9df4296

Please sign in to comment.