From 2f1ff270b07d0a5a4cdb0f5be6d775f54c908009 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Fri, 8 Mar 2019 16:29:29 +1100 Subject: [PATCH] updated issue template --- ISSUE_TEMPLATE.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 0fb20820e..7f0d33b07 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,27 +1,29 @@ -*If you are requesting a feature, you can remove the following content. If not, it would help get a faster feedback on your issue.* +[The following template is primarily for bugs, you can remove it if you're requesting a feature.] -__Olive version:__ -__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)* +**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 -*your issue description here* +[Describe the issue you're having] ### Steps to reproduce -1. -2. -3. -4. -... +[Describe the steps to demonstrate the issue you're reporting] -### Output log +### Output Log ``` -please paste it here for better reading +[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.] ``` \ No newline at end of file