Files
oak-editor/ISSUE_TEMPLATE.md
T
2019-03-08 16:29:29 +11:00

29 lines
784 B
Markdown

[The following template is primarily for bugs, you can remove it if you're requesting a feature.]
**Olive version:** [Git hash from window title or Help > About]
**Source:** [AppImage, Website etc.]
**Operating system:** [Ubuntu 18.04 64-bit]
**CPU:** [Intel i5-4300U]
**RAM:** [8GB]
**GPU:** [NVIDIA Geforce GT 1030 2GB (Driver ver xxx.xx.xx)]
### Detailed Description
[Describe the issue you're having]
### Steps to reproduce
[Describe the steps to demonstrate the issue you're reporting]
### 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.]
```