Update issue templates (#8732)
This commit is contained in:
parent
d3824ec506
commit
bd7577c823
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Setup**
|
||||
Describe the setup you are using to run CARLA along with its version:
|
||||
* CARLA version: ...
|
||||
* Platform: ...
|
||||
* Python version: ...
|
||||
* GPU: ...
|
||||
* GPU Drivers: ...
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Steps to reproduce**
|
||||
Explain the steps needed to reproduce the issue.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Logs**
|
||||
Paste the server and client logs. Server ones can be found at:
|
||||
* Unreal Engine 4: _Unreal/CarlaUE4/Saved/Logs_
|
||||
* Unreal Engine 5: _Unreal/CarlaUnreal/Saved/Logs_
|
||||
|
||||
**Scripts**
|
||||
Add any scripts relevant for the reproducibility of the error.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is.
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
Loading…
Reference in New Issue