Skip to content

Commit 51a9f5e

Browse files
authored
Updating issue templates with Java specific information (#344)
1 parent 430bf9e commit 51a9f5e

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

.github/ISSUE_TEMPLATE/00-bug-performance-issue.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,17 @@ about: Use this template for reporting a bug or a performance issue.
88

99
**System information**
1010
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
11-
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
12-
- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
11+
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04 x86\_64):
1312
- TensorFlow installed from (source or binary):
1413
- TensorFlow version (use command below):
15-
- Python version:
14+
- Java version (i.e., the output of `java -version`):
15+
- Java command line flags (e.g., GC parameters):
16+
- Python version (if transferring a model trained in Python):
1617
- Bazel version (if compiling from source):
1718
- GCC/Compiler version (if compiling from source):
1819
- CUDA/cuDNN version:
1920
- GPU model and memory:
2021

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)"
25-
2622
**Describe the current behavior**
2723

2824
**Describe the expected behavior**

.github/ISSUE_TEMPLATE/10-build-installation-issue.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,21 @@ about: Use this template for build/installation issues
77
<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>
88

99
**System information**
10-
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
11-
- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
10+
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04 x86\_64):
1211
- TensorFlow installed from (source or binary):
1312
- TensorFlow version:
14-
- Python version:
15-
- Installed using virtualenv? pip? conda?:
13+
- Java version (i.e., the output of `java -version`):
14+
- Java command line flags (e.g., GC parameters):
15+
- Installed from Maven Central?:
1616
- Bazel version (if compiling from source):
1717
- GCC/Compiler version (if compiling from source):
1818
- CUDA/cuDNN version:
1919
- GPU model and memory:
2020

2121

22-
2322
**Describe the problem**
2423

2524
**Provide the exact sequence of commands / steps that you executed before running into the problem**
2625

27-
2826
**Any other info / logs**
2927
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.

0 commit comments

Comments
 (0)