Merge pull request #36732 from tensorflow:mm-fix-issue-template
PiperOrigin-RevId: 294952555 Change-Id: Id6cc2817ed470a4bc51b25642518b72de60c013b
This commit is contained in:
commit
a7e2b5b416
7
.github/ISSUE_TEMPLATE/00-bug-issue.md
vendored
7
.github/ISSUE_TEMPLATE/00-bug-issue.md
vendored
@ -1,9 +1,10 @@
|
|||||||
---
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
name: Bug Issue
|
name: Bug Issue
|
||||||
about: Use this template for reporting an issue related to bug
|
about: Use this template for reporting a bug
|
||||||
labels: 'type:bug'
|
labels: 'type:bug'
|
||||||
|
|
||||||
---
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
<em>Please make sure that this is a bug. As per our
|
<em>Please make sure that this is a bug. As per our
|
||||||
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
|
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
name: Build/Installation Issue about: Use this template for build/installation
|
name: Build/Installation Issue
|
||||||
issues labels: 'type:build/install'
|
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>
|
<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>
|
||||||
|
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
---
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
name: Documentation Issue
|
name: Documentation Issue
|
||||||
about: Use this template for documentation related
|
about: Use this template for documentation related issues
|
||||||
labels: 'type:docs'
|
labels: 'type:docs'
|
||||||
|
|
||||||
---
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
Thank you for submitting a TensorFlow documentation issue. Per our GitHub
|
Thank you for submitting a TensorFlow documentation issue. Per our GitHub
|
||||||
policy, we only address code/doc bugs, performance issues, feature requests, and
|
policy, we only address code/doc bugs, performance issues, feature requests, and
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
name: TensorFlow Lite Op Request about: Use this template for reporting ops you
|
name: TensorFlow Lite Op Request
|
||||||
are using or missing. labels: 'comp:lite'
|
about: Use this template for reporting Lite ops you are using or missing
|
||||||
|
labels: 'comp:lite'
|
||||||
---
|
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
**System information**
|
**System information**
|
||||||
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
|
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
|
||||||
|
7
.github/ISSUE_TEMPLATE/50-other-issues.md
vendored
7
.github/ISSUE_TEMPLATE/50-other-issues.md
vendored
@ -1,9 +1,10 @@
|
|||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
name: Other Issues about: Use this template for any other non-support related
|
name: Other Issues
|
||||||
issues labels: 'type:others'
|
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.
|
This template is for miscellaneous issues not covered by the other issue categories.
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
---
|
--------------------------------------------------------------------------------
|
||||||
name: TensorFlow Lite New Converter Issue
|
|
||||||
about: Use this template for reporting issues during model conversion to TFLite.
|
|
||||||
|
|
||||||
---
|
name: TensorFlow Lite New Converter Issue
|
||||||
|
about: Use this template for reporting issues during model conversion to TFLite
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
**System information**
|
**System information**
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
name: Performance Issue about: Use this template for reporting a performance
|
name: Performance Issue
|
||||||
issue. labels: 'type:performance'
|
about: Use this template for reporting a performance issue
|
||||||
|
labels: 'type:performance'
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user