From 0e40a0a03c10ef5e6fed9b1bcd2c710932b06c6a Mon Sep 17 00:00:00 2001 From: Deepak B Date: Mon, 15 Oct 2018 12:00:17 -0700 Subject: [PATCH] Delete build-installation-issue-template.md --- .../build-installation-issue-template.md | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/build-installation-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/build-installation-issue-template.md b/.github/ISSUE_TEMPLATE/build-installation-issue-template.md deleted file mode 100644 index 61ac00c861c..00000000000 --- a/.github/ISSUE_TEMPLATE/build-installation-issue-template.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Build/Installation Issue Template -about: Use this template for build/installation issues - ---- - -Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/dksb/tensorflow/blob/master/ISSUES.md) we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template - -**System information** -- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): -- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: -- TensorFlow installed from (source or binary): -- TensorFlow version: -- Python version: -- Installed using virtualenv? pip? conda?: -- Bazel version (if compiling from source): -- GCC/Compiler version (if compiling from source): -- CUDA/cuDNN version: -- GPU model and memory: - - - -**Describe the problem** - -**Provide the exact sequence of commands / steps that you executed before running into the problem** - - -**Any other info / logs** -Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.