From 04107252f235552e44d5085b17408bdd8f349866 Mon Sep 17 00:00:00 2001 From: Jack Hessel Date: Sat, 17 Dec 2016 13:45:00 -0500 Subject: [PATCH] updated the issue template markdown with a bit more information (#4750) * updated the issue template with a bit more information * Update ISSUE_TEMPLATE.md De-emphasized the google group, added StackOverflow. * Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 98e7a74e..9991ea25 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,9 +1,13 @@ -Please make sure that the boxes below are checked before you submit your issue. Thank you! +Please make sure that the boxes below are checked before you submit your issue. If your issue is an implementation question, please ask your question on [StackOverflow](http://stackoverflow.com/questions/tagged/keras) or [join the Keras Slack channel](https://keras-slack-autojoin.herokuapp.com/) and ask there instead of filing a GitHub 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 TensorFlow, check that you are up-to-date with the latest version. The installation instructions can be found [here](https://www.tensorflow.org/get_started/os_setup). + - [ ] 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 +- [ ] 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).