/ .github / ISSUE_TEMPLATE / general_issue.md
general_issue.md
 1  ---
 2  name: General issue
 3  about: Setup, configuration, use cases, bugs, etc.
 4  title: ''
 5  labels: ''
 6  assignees: ''
 7  
 8  ---
 9  
10  **Problem description**
11  A clear and concise description of what the problem is.
12  
13  
14  **Software versions**
15   - **Commit**: What's the output of `git rev-parse HEAD` in the `cartesian_controllers` repository?
16   - **OS**: What's the output of `uname -srvm`?
17   - **ROS version**: What's your ROS2 version?
18  
19  
20  **To Reproduce**
21  If possible, list the steps to reproduce the behavior.
22  
23  
24  **Expected behavior**
25  What did you expect to happen and what happened instead?
26  
27  
28  **Additional context**
29  Add anything that you feel is relevant to tackle this issue.