From fa6409d4228bd6466234390ed375cb83491f9863 Mon Sep 17 00:00:00 2001 From: BrimsonBhin <40442071+BrimsonBhin@users.noreply.github.com> Date: Fri, 19 Apr 2019 20:44:15 -0700 Subject: [PATCH] Delete ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 55 ----------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 62e0d8064..000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,55 +0,0 @@ -[If you are requesting a feature, please try to fill out all the information below. If you are reporting a bug, you can clear the template below.] - -### I have read the following - -- [ ] The [Olive Wiki](https://github.com/olive-editor/olive/wiki) - -- [ ] Previous issues that include ["FR"](https://github.com/olive-editor/olive/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+FR)or ["Feature Request"](https://github.com/olive-editor/olive/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+Feature+Request) - -- [ ] Olive's [Project Goals](https://github.com/olive-editor/olive/projects) - -### Detailed description of the feature request - -[Describe the feature request to the best of your ability. Do you know any libraries/sources that can help the Olive Team include the feature?] - -### Why should Olive include the feature? What are the benefits? - -[Explain the feature's importance to Olive and NLEs in general.] - ---- - -[If you are reporting a bug, please try to fill out all the information below. If you are requesting a feature, you can clear the template above.] - -### System 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)] - -### 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.] -```