diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000000..98e7a74e44a3 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +Please make sure that the boxes below are checked before you submit your issue. Thank you! + +- [ ] Check that you are up-to-date with the master branch of Keras. You can update with: +pip install git+git://github.com/fchollet/keras.git --upgrade --no-deps + +- [ ] If running on Theano, check that you are up-to-date with the master branch of Theano. You can update with: +pip install git+git://github.com/Theano/Theano.git --upgrade --no-deps + +- [ ] Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short). \ No newline at end of file