Fix GitHub issue templates. Actual fix for #36721

PiperOrigin-RevId: 294982040
Change-Id: Ib2a896267fef4c31788a8d32ecf0549b157f0a50
This commit is contained in:
Mihai Maruseac 2020-02-13 13:05:46 -08:00 committed by TensorFlower Gardener
parent d8738dc988
commit 469e56eeff
8 changed files with 15 additions and 23 deletions

View File

@ -1,10 +1,9 @@
--------------------------------------------------------------------------------
---
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),

View File

@ -1,10 +1,9 @@
--------------------------------------------------------------------------------
---
name: Build/Installation Issue
about: Use this template for build/installation issues
labels: 'type:build/install'
--------------------------------------------------------------------------------
---
<em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em>

View File

@ -1,10 +1,9 @@
--------------------------------------------------------------------------------
---
name: Documentation Issue
about: Use this template for documentation related issues
labels: 'type:docs'
--------------------------------------------------------------------------------
---
Thank you for submitting a TensorFlow documentation issue. Per our GitHub

View File

@ -1,5 +1,4 @@
--------------------------------------------------------------------------------
---
name: Feature Request about: Use this template for raising a feature request
labels: 'type:feature'

View File

@ -1,10 +1,9 @@
--------------------------------------------------------------------------------
---
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):

View File

@ -1,10 +1,9 @@
--------------------------------------------------------------------------------
---
name: Other Issues
about: Use this template for any other non-support related issues
labels: 'type:others'
--------------------------------------------------------------------------------
---
This template is for miscellaneous issues not covered by the other issue categories.

View File

@ -1,9 +1,8 @@
--------------------------------------------------------------------------------
---
name: TensorFlow Lite New Converter Issue
about: Use this template for reporting issues during model conversion to TFLite
--------------------------------------------------------------------------------
---
**System information**

View File

@ -1,10 +1,9 @@
--------------------------------------------------------------------------------
---
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