Skip to content

Commit 9d330b6

Browse files
committed
Updated issue template.
1 parent 75f27c6 commit 9d330b6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Most of the problems people are having are already described in the [installation instructions](https://github.com/Hvass-Labs/TensorFlow-Tutorials/blob/master/README.md).
44

5+
You should first make a serious attempt to solve your problem.
6+
If you ask a question that has already been answered elsewhere, or if you do not
7+
give enough details about your problem, then your issue may be closed immediately.
8+
Please don't waste my time!
9+
510
## Python 3.5
611

712
These tutorials were developed in **Python 3.5** and may give strange errors in Python 2.7
@@ -12,7 +17,7 @@ You need to **download the whole repository**, either using `git clone` or as a
1217

1318
## Questions about TensorFlow
1419

15-
General questions about TensorFlow should either be asked on [StackOverflow](http://stackoverflow.com/questions/tagged/tensorflow) or [GitHub](https://github.com/tensorflow/tensorflow/issues).
20+
General questions about TensorFlow should either be asked on [StackOverflow](http://stackoverflow.com/questions/tagged/tensorflow) or the [official TensorFlow repository](https://github.com/tensorflow/tensorflow/issues).
1621

1722
## Suggestions for Changes
1823

0 commit comments

Comments
 (0)