From 1d2a8369c765c50f95734d9329d2970fb22d31a6 Mon Sep 17 00:00:00 2001
From: Harald Scheidl <harald_scheidl@hotmail.com>
Date: Tue, 20 Aug 2019 21:27:52 +0200
Subject: [PATCH] removed issues section

---
 ISSUE_TEMPLATE.md | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 ISSUE_TEMPLATE.md

diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
deleted file mode 100644
index 0ee12ad..0000000
--- a/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,19 +0,0 @@
-I will close your issue without any comment if:
-* The answer could easily be found in the README / FAQ
-* The issue is not related to the code of this repository (like how to use some custom dataset)
-* You are not able to articulate yourself (a one-liner is not enough)
-* You don't fill out this issue template (see below)
-
-
-If you create a new issue, please provide the following information:
-
-1. Versions
-* TensorFlow version
-* Python version
-* Operating system
-
-2. Issue
-* Which result / error did you get?
-* If you think the result is wrong - what result did you expect instead?
-* How to reproduce the issue?
-* Provide all necessary data
-- 
GitLab