Skip to content

Commit be94724

Browse files
Update tensorflow_issue_template
1 parent 03f5640 commit be94724

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/ISSUE_TEMPLATE/tensorflow_issue_template.yaml

+15-15
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ body:
44
- type: dropdown
55
id: issue-type
66
attributes:
7-
label: Issue Type
7+
label: Issue type
88
description: What type of issue would you like to report?
99
multiple: false
1010
options:
@@ -26,7 +26,7 @@ body:
2626
- type: dropdown
2727
id: tf-nightly
2828
attributes:
29-
label: Have You Reproduced the Bug With TensorFlow Nightly?
29+
label: Have you reproduced the bug with TensorFlow Nightly?
3030
description: It is strongly suggested that you reproduce the bug with [TensorFlow Nightly](https://www.tensorflow.org/install/pip#nightly)
3131
options:
3232
- "Yes"
@@ -53,14 +53,14 @@ body:
5353
- type: input
5454
id: tfversion
5555
attributes:
56-
label: TensorFlow Version
56+
label: TensorFlow version
5757
placeholder: e.g., tf 2.8
5858
validations:
5959
required: true
6060
- type: dropdown
6161
id: Code
6262
attributes:
63-
label: Custom Code
63+
label: Custom code
6464
options:
6565
- "Yes"
6666
- "No"
@@ -69,50 +69,50 @@ body:
6969
- type: input
7070
id: OS
7171
attributes:
72-
label: OS Platform and Distribution
72+
label: OS platform and distribution
7373
placeholder: e.g., Linux Ubuntu 16.04
7474
- type: input
7575
id: Mobile
7676
attributes:
77-
label: Mobile Device
77+
label: Mobile device
7878
placeholder: e.g., Linux Ubuntu 16.04
7979
- type: input
8080
id: Python
8181
attributes:
82-
label: Python Version
82+
label: Python version
8383
placeholder: e.g., 3.9
8484
- type: input
8585
id: Bazel
8686
attributes:
87-
label: Bazel Version
87+
label: Bazel version
8888
description: If compiling from source
8989
- type: input
9090
id: Compiler
9191
attributes:
92-
label: GCC/Compiler Version
92+
label: GCC/compiler version
9393
description: If compiling from source
9494
- type: input
9595
id: Cuda
9696
attributes:
97-
label: CUDA/cuDNN Version
97+
label: CUDA/cuDNN version
9898
- type: input
9999
id: Gpu
100100
attributes:
101-
label: GPU Model and Memory
101+
label: GPU model and memory
102102
description: If compiling from source
103103
- type: textarea
104104
id: what-happened
105105
attributes:
106-
label: Current Behavior?
106+
label: Current behavior?
107107
description: Also tell us, what did you expect to happen?
108108
placeholder: Tell us what you see!
109109
validations:
110110
required: true
111111
- type: textarea
112112
id: code-to-reproduce
113113
attributes:
114-
label: Standalone Code to Reproduce the Issue
115-
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.
114+
label: Standalone code to reproduce the issue
115+
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.
116116
placeholder: Tell us what you see!
117117
value:
118118
render: shell
@@ -121,6 +121,6 @@ body:
121121
- type: textarea
122122
id: logs
123123
attributes:
124-
label: Relevant Log Output
124+
label: Relevant log output
125125
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
126126
render: shell

0 commit comments

Comments
 (0)