mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 12:51:46 +00:00
Update tensorflow_issue_template
This commit is contained in:
parent
03f5640bc3
commit
be9472436a
@ -4,7 +4,7 @@ body:
|
||||
- type: dropdown
|
||||
id: issue-type
|
||||
attributes:
|
||||
label: Issue Type
|
||||
label: Issue type
|
||||
description: What type of issue would you like to report?
|
||||
multiple: false
|
||||
options:
|
||||
@ -26,7 +26,7 @@ body:
|
||||
- type: dropdown
|
||||
id: tf-nightly
|
||||
attributes:
|
||||
label: Have You Reproduced the Bug With TensorFlow Nightly?
|
||||
label: Have you reproduced the bug with TensorFlow Nightly?
|
||||
description: It is strongly suggested that you reproduce the bug with [TensorFlow Nightly](https://www.tensorflow.org/install/pip#nightly)
|
||||
options:
|
||||
- "Yes"
|
||||
@ -53,14 +53,14 @@ body:
|
||||
- type: input
|
||||
id: tfversion
|
||||
attributes:
|
||||
label: TensorFlow Version
|
||||
label: TensorFlow version
|
||||
placeholder: e.g., tf 2.8
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: Code
|
||||
attributes:
|
||||
label: Custom Code
|
||||
label: Custom code
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
@ -69,41 +69,41 @@ body:
|
||||
- type: input
|
||||
id: OS
|
||||
attributes:
|
||||
label: OS Platform and Distribution
|
||||
label: OS platform and distribution
|
||||
placeholder: e.g., Linux Ubuntu 16.04
|
||||
- type: input
|
||||
id: Mobile
|
||||
attributes:
|
||||
label: Mobile Device
|
||||
label: Mobile device
|
||||
placeholder: e.g., Linux Ubuntu 16.04
|
||||
- type: input
|
||||
id: Python
|
||||
attributes:
|
||||
label: Python Version
|
||||
label: Python version
|
||||
placeholder: e.g., 3.9
|
||||
- type: input
|
||||
id: Bazel
|
||||
attributes:
|
||||
label: Bazel Version
|
||||
label: Bazel version
|
||||
description: If compiling from source
|
||||
- type: input
|
||||
id: Compiler
|
||||
attributes:
|
||||
label: GCC/Compiler Version
|
||||
label: GCC/compiler version
|
||||
description: If compiling from source
|
||||
- type: input
|
||||
id: Cuda
|
||||
attributes:
|
||||
label: CUDA/cuDNN Version
|
||||
label: CUDA/cuDNN version
|
||||
- type: input
|
||||
id: Gpu
|
||||
attributes:
|
||||
label: GPU Model and Memory
|
||||
label: GPU model and memory
|
||||
description: If compiling from source
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: Current Behavior?
|
||||
label: Current behavior?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
validations:
|
||||
@ -111,8 +111,8 @@ body:
|
||||
- type: textarea
|
||||
id: code-to-reproduce
|
||||
attributes:
|
||||
label: Standalone Code to Reproduce the Issue
|
||||
description: Provide a reproducible test case at the bare minimum necessary to generate the problem. Please share a link to Colab, Jupyter, or any notebook.
|
||||
label: Standalone code to reproduce the issue
|
||||
description: Provide a reproducible test case that is the bare minimum necessary to generate the problem. Please share a link to Colab, Jupyter, or any notebook.
|
||||
placeholder: Tell us what you see!
|
||||
value:
|
||||
render: shell
|
||||
@ -121,6 +121,6 @@ body:
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant Log Output
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
|
Loading…
Reference in New Issue
Block a user