Skip to content

Commit 5e5266b

Browse files
committed
Updated github issue-template.
1 parent 1fad040 commit 5e5266b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Diff for: .github/ISSUE_TEMPLATE.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# STOP!
22

3+
**Please don't waste my time!**
4+
35
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).
46

57
You should first make a serious attempt to solve your problem.
68
If you ask a question that has already been answered elsewhere, or if you do not
79
give enough details about your problem, then your issue may be closed immediately.
8-
Please don't waste my time!
910

10-
## Python 3.5
11+
## Python 3
1112

12-
These tutorials were developed in **Python 3.5** and may give strange errors in Python 2.7
13+
These tutorials were developed in **Python 3.5** (and higher) and may give strange errors in Python 2.7
1314

1415
## Missing Files
1516

@@ -19,6 +20,12 @@ You need to **download the whole repository**, either using `git clone` or as a
1920

2021
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).
2122

23+
## Modifications
24+
25+
Questions about modifications or how to use these tutorials on your own data-set should also be asked on [StackOverflow](http://stackoverflow.com/questions/tagged/tensorflow).
26+
27+
Thousands of people are using these tutorials. It is impossible for me to give individual support for your project.
28+
2229
## Suggestions for Changes
2330

2431
The tutorials cannot change too much because it would make the [YouTube videos](https://www.youtube.com/playlist?list=PL9Hr9sNUjfsmEu1ZniY0XpHSzl5uihcXZ) too different from the source-code.

0 commit comments

Comments
 (0)