48 lines
1.1 KiB
Markdown
48 lines
1.1 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[Bug]"
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Desktop (please complete the following information):**
|
|
- Olive version: [e.g. Git hash from window title or Help > About]
|
|
- Source: [e.g. AppImage, Website etc.]
|
|
- Operating system: [e.g. Ubuntu 18.04 64-bit]
|
|
- CPU: [e.g. Intel i5-4300U]
|
|
- RAM: [e.g. 8GB]
|
|
- GPU: [e.g. NVIDIA Geforce GT 1030 2GB (Driver ver xxx.xx.xx)]
|
|
|
|
### Output Log
|
|
|
|
```
|
|
[Paste output log]
|
|
```
|
|
|
|
### GDB/CDB Backtrace (for crashes)
|
|
|
|
```
|
|
[If you can reproduce this issue, try running Olive through GDB and retrieving a backtrace, then paste the backtrace here. Instructions are available in the Wiki on how to acquire this backtrace.]
|
|
```
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|