You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/tensorflow_issue_template.yaml
+15-15
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ body:
4
4
- type: dropdown
5
5
id: issue-type
6
6
attributes:
7
-
label: Issue Type
7
+
label: Issue type
8
8
description: What type of issue would you like to report?
9
9
multiple: false
10
10
options:
@@ -26,7 +26,7 @@ body:
26
26
- type: dropdown
27
27
id: tf-nightly
28
28
attributes:
29
-
label: Have You Reproduced the Bug With TensorFlow Nightly?
29
+
label: Have you reproduced the bug with TensorFlow Nightly?
30
30
description: It is strongly suggested that you reproduce the bug with [TensorFlow Nightly](https://www.tensorflow.org/install/pip#nightly)
31
31
options:
32
32
- "Yes"
@@ -53,14 +53,14 @@ body:
53
53
- type: input
54
54
id: tfversion
55
55
attributes:
56
-
label: TensorFlow Version
56
+
label: TensorFlow version
57
57
placeholder: e.g., tf 2.8
58
58
validations:
59
59
required: true
60
60
- type: dropdown
61
61
id: Code
62
62
attributes:
63
-
label: Custom Code
63
+
label: Custom code
64
64
options:
65
65
- "Yes"
66
66
- "No"
@@ -69,50 +69,50 @@ body:
69
69
- type: input
70
70
id: OS
71
71
attributes:
72
-
label: OS Platform and Distribution
72
+
label: OS platform and distribution
73
73
placeholder: e.g., Linux Ubuntu 16.04
74
74
- type: input
75
75
id: Mobile
76
76
attributes:
77
-
label: Mobile Device
77
+
label: Mobile device
78
78
placeholder: e.g., Linux Ubuntu 16.04
79
79
- type: input
80
80
id: Python
81
81
attributes:
82
-
label: Python Version
82
+
label: Python version
83
83
placeholder: e.g., 3.9
84
84
- type: input
85
85
id: Bazel
86
86
attributes:
87
-
label: Bazel Version
87
+
label: Bazel version
88
88
description: If compiling from source
89
89
- type: input
90
90
id: Compiler
91
91
attributes:
92
-
label: GCC/Compiler Version
92
+
label: GCC/compiler version
93
93
description: If compiling from source
94
94
- type: input
95
95
id: Cuda
96
96
attributes:
97
-
label: CUDA/cuDNN Version
97
+
label: CUDA/cuDNN version
98
98
- type: input
99
99
id: Gpu
100
100
attributes:
101
-
label: GPU Model and Memory
101
+
label: GPU model and memory
102
102
description: If compiling from source
103
103
- type: textarea
104
104
id: what-happened
105
105
attributes:
106
-
label: Current Behavior?
106
+
label: Current behavior?
107
107
description: Also tell us, what did you expect to happen?
108
108
placeholder: Tell us what you see!
109
109
validations:
110
110
required: true
111
111
- type: textarea
112
112
id: code-to-reproduce
113
113
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.
116
116
placeholder: Tell us what you see!
117
117
value:
118
118
render: shell
@@ -121,6 +121,6 @@ body:
121
121
- type: textarea
122
122
id: logs
123
123
attributes:
124
-
label: Relevant Log Output
124
+
label: Relevant log output
125
125
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
0 commit comments