From 6737d443fd27fe3c0fdf27914706d934b25124dc Mon Sep 17 00:00:00 2001
From: Mihai Maruseac <mihaimaruseac@google.com>
Date: Thu, 13 Feb 2020 09:08:46 -0800
Subject: [PATCH] Fix issue templates

Fixes #36721 and also makes sure style is consistent in all headers.
---
 .github/ISSUE_TEMPLATE/00-bug-issue.md                |  8 ++++----
 .github/ISSUE_TEMPLATE/10-build-installation-issue.md |  8 ++++----
 .github/ISSUE_TEMPLATE/20-documentation-issue.md      |  2 +-
 .github/ISSUE_TEMPLATE/40-tflite-op-request.md        |  9 ++++-----
 .github/ISSUE_TEMPLATE/50-other-issues.md             |  8 ++++----
 .github/ISSUE_TEMPLATE/60-tflite-converter-issue.md   |  2 +-
 .github/ISSUE_TEMPLATE/80-performance-issue.md        | 10 +++++-----
 7 files changed, 23 insertions(+), 24 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/00-bug-issue.md b/.github/ISSUE_TEMPLATE/00-bug-issue.md
index 1902204948c..bb4a1a7ea14 100644
--- a/.github/ISSUE_TEMPLATE/00-bug-issue.md
+++ b/.github/ISSUE_TEMPLATE/00-bug-issue.md
@@ -1,9 +1,9 @@
---------------------------------------------------------------------------------
-
-name: Bug Issue about: Use this template for reporting an issue related to bug.
+---
+name: Bug Issue
+about: Use this template for reporting a bug
 labels: 'type:bug'
 
---------------------------------------------------------------------------------
+---
 
 <em>Please make sure that this is a bug. As per our
 [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
diff --git a/.github/ISSUE_TEMPLATE/10-build-installation-issue.md b/.github/ISSUE_TEMPLATE/10-build-installation-issue.md
index ba5cbe5d53a..471935f980d 100644
--- a/.github/ISSUE_TEMPLATE/10-build-installation-issue.md
+++ b/.github/ISSUE_TEMPLATE/10-build-installation-issue.md
@@ -1,7 +1,7 @@
---------------------------------------------------------------------------------
-
-name: Build/Installation Issue about: Use this template for build/installation
-issues labels: 'type:build/install'
+---
+name: Build/Installation Issue
+about: Use this template for build/installation issues
+labels: 'type:build/install'
 
 ---
 
diff --git a/.github/ISSUE_TEMPLATE/20-documentation-issue.md b/.github/ISSUE_TEMPLATE/20-documentation-issue.md
index 34fbacb54fd..2f1893e8f56 100644
--- a/.github/ISSUE_TEMPLATE/20-documentation-issue.md
+++ b/.github/ISSUE_TEMPLATE/20-documentation-issue.md
@@ -1,6 +1,6 @@
 ---
 name: Documentation Issue
-about: Use this template for documentation related
+about: Use this template for documentation related issues
 labels: 'type:docs'
 
 ---
diff --git a/.github/ISSUE_TEMPLATE/40-tflite-op-request.md b/.github/ISSUE_TEMPLATE/40-tflite-op-request.md
index 44e72b216ee..e4b5266775b 100644
--- a/.github/ISSUE_TEMPLATE/40-tflite-op-request.md
+++ b/.github/ISSUE_TEMPLATE/40-tflite-op-request.md
@@ -1,11 +1,10 @@
---------------------------------------------------------------------------------
-
-name: TensorFlow Lite Op Request about: Use this template for reporting ops you
-are using or missing. labels: 'comp:lite'
+---
+name: TensorFlow Lite Op Request
+about:  Use this template for reporting Lite ops you are using or missing
+labels: 'comp:lite'
 
 ---
 
-
 **System information**
 - OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
 - TensorFlow installed from (source or binary):
diff --git a/.github/ISSUE_TEMPLATE/50-other-issues.md b/.github/ISSUE_TEMPLATE/50-other-issues.md
index 8d222ec86d4..b2a5d4c743c 100644
--- a/.github/ISSUE_TEMPLATE/50-other-issues.md
+++ b/.github/ISSUE_TEMPLATE/50-other-issues.md
@@ -1,7 +1,7 @@
---------------------------------------------------------------------------------
-
-name: Other Issues about: Use this template for any other non-support related
-issues labels: 'type:others'
+---
+name: Other Issues
+about: Use this template for any other non-support related issues
+labels: 'type:others'
 
 ---
 
diff --git a/.github/ISSUE_TEMPLATE/60-tflite-converter-issue.md b/.github/ISSUE_TEMPLATE/60-tflite-converter-issue.md
index 16701067093..3cd6e977d2f 100644
--- a/.github/ISSUE_TEMPLATE/60-tflite-converter-issue.md
+++ b/.github/ISSUE_TEMPLATE/60-tflite-converter-issue.md
@@ -1,6 +1,6 @@
 ---
 name: TensorFlow Lite New Converter Issue
-about: Use this template for reporting issues during model conversion to TFLite.
+about: Use this template for reporting issues during model conversion to TFLite
 
 ---
 
diff --git a/.github/ISSUE_TEMPLATE/80-performance-issue.md b/.github/ISSUE_TEMPLATE/80-performance-issue.md
index 9cc8382b4f1..2090801742c 100644
--- a/.github/ISSUE_TEMPLATE/80-performance-issue.md
+++ b/.github/ISSUE_TEMPLATE/80-performance-issue.md
@@ -1,9 +1,9 @@
---------------------------------------------------------------------------------
+---
+name: Performance Issue
+about: Use this template for reporting a performance issue
+labels: 'type:performance'
 
-name: Performance Issue about: Use this template for reporting a performance
-issue. labels: 'type:performance'
-
---------------------------------------------------------------------------------
+---
 
 <em>Please make sure that this is an issue related to performance of TensorFlow.
 As per our