Update CONTRIBUTING.md

When 'q' param is given in url, github doesn't add the 'is:open' argument on its own.
This commit is contained in:
Fariz Rahman
2017-01-26 11:46:41 +05:30
committed by GitHub
parent 3d3e02b673
commit 994c3e6d7a
+1 -1
View File
@@ -18,7 +18,7 @@ Your code doesn't work, **and you have determined that the issue lies with Keras
1. Your bug may already be fixed. Make sure to update to the current Keras master branch and Keras-Contrib master branch, as well as the latest Theano/TensorFlow master branch.
2. [Search for similar issues](https://github.com/farizrahman4u/keras-contrib/issues?utf8=%E2%9C%93&q=is%3Aissue). Make sure to delete `is:open` on the issue search to find solved tickets as well. It's possible somebody has encountered this bug already. Still having a problem? Open an issue on Github to let us know.
2. [Search for similar issues](https://github.com/farizrahman4u/keras-contrib/issues?utf8=%E2%9C%93&q=is%3Aissue). It's possible somebody has encountered this bug already. Still having a problem? Open an issue on Github to let us know.
3. Make sure you provide us with useful information about your configuration: what OS are you using? What Keras backend are you using? Are you running on GPU? If so, what is your version of Cuda, of cuDNN? What is your GPU?