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/00-bug-performance-issue.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,11 @@ about: Use this template for reporting a bug or a performance issue.
18
18
- CUDA/cuDNN version:
19
19
- GPU model and memory:
20
20
21
-
22
-
You can collect some of this information using our environment capture [script](https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh)
23
-
You can also obtain the TensorFlow version with
24
-
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
21
+
You can collect some of this information using our environment capture
about: Use this template for documentation related issues
3
+
about: Use this template for documentation related
4
+
labels: 'type:docs'
4
5
5
6
---
6
7
7
-
<em>Please make sure that this is a documentation 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:doc_template</em>
8
+
Thank you for submitting a TensorFlow documentation issue. Per our GitHub
9
+
policy, we only address code/doc bugs, performance issues, feature requests, and
10
+
build/installation issues on GitHub.
8
11
12
+
The TensorFlow docs are open source! To get involved, read the documentation
**We welcome contributions by users. Will you be able to update submit a PR (use the [doc style guide](https://www.tensorflow.org/community/documentation)) to fix the doc Issue?**
22
+
### Clear description
23
+
24
+
For example, why should someone use this method? How is it useful?
25
+
26
+
### Correct links
27
+
28
+
Is the link to the source code correct?
29
+
30
+
### Parameters defined
31
+
32
+
Are all parameters defined and formatted correctly?
0 commit comments