Skip to content

Commit

Permalink
Create ISSUE_TEMPLATE.md (mlflow#11)
Browse files Browse the repository at this point in the history
Create template for GitHub issues
  • Loading branch information
smurching authored and mateiz committed Jun 7, 2018
1 parent a3902f0 commit 770e39c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### System information
- **Have I written custom code (as opposed to using a stock example script provided in MLflow)**:
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
- **MLflow installed from (source or binary)**:
- **MLflow version (run ``python -c "from mlflow import version; print(version.version)"``)**:
- **Python version**:
- **npm version (if running the dev UI):
- **Exact command to reproduce**:

### Describe the problem
Describe the problem clearly here. Be sure to convey here why it's a bug in MLflow or a feature request.

### Source code / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks,
please include the full traceback. Large logs and files should be attached.
Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.

0 comments on commit 770e39c

Please sign in to comment.