Browse Source

Update issue templates

tags/v0.2.0
linlin GitHub 5 years ago
parent
commit
584e580871
1 changed files with 30 additions and 0 deletions
  1. +30
    -0
      .github/ISSUE_TEMPLATE/issue-template.md

+ 30
- 0
.github/ISSUE_TEMPLATE/issue-template.md View File

@@ -0,0 +1,30 @@
---
name: Issue template
about: Issue template
title: ''
labels: ''
assignees: ''

---

<!-- Please describe the issue in detail here, and fill in the fields below -->

### Reproducing code example:

<!-- A short code example that reproduces the problem/missing feature. It should be
self-contained, i.e., possible to run as-is via 'python myproblem.py' -->

```python
import gklearn
<< your code here >>
```

<!-- Remove these sections for a feature request -->

### Error message:

<!-- Full error message, if any (starting from line Traceback: ...) -->

### graphkit-learn/Python version information:

<!-- Output from 'import sys, gklearn; print(gklearn.__version__, sys.version)' -->

Loading…
Cancel
Save