https://github.com/GPflow/GPflow
Revision 473e9bc85187eda14c4091087c6abd6eb953299e authored by Eric Hammy on 14 November 2019, 12:23:17 UTC, committed by Artem Artemev on 14 November 2019, 12:23:17 UTC
1 parent 5ec3260
Raw File
Tip revision: 473e9bc85187eda14c4091087c6abd6eb953299e authored by Eric Hammy on 14 November 2019, 12:23:17 UTC
Update contributors (#1152)
Tip revision: 473e9bc
ISSUE_TEMPLATE.md
# Standard GPflow issue template

## Bug case

1. Describe a bug shortly - reasons and context.
2. Write down a testable minimal working example. We appreciate if you could not publish big snippets of code telling: "Houston, we have a problem". Your code must be copypast-able and the issue should be easily reproducible.
3. Sometimes extra information is required as well:
    * GPflow version or git commit (SHA hash) which you are using (e.g. `git rev-parse HEAD`)
    * Tensorflow version
    * Does your tensorflow use GPU or not
    * Python version
    * OS
    * PC, macbook configuration
back to top