Skip to content

Commit

Permalink
update ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
philopon committed Jun 1, 2018
1 parent 2c83f52 commit 3864168
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
21 changes: 13 additions & 8 deletions ISSUE_TEMPLATE/bugs.md → .github/ISSUE_TEMPLATE/bugs.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,35 @@
# description
---
name: Bug report or Question
---

description
--
Please fill me.

# minimal reproduction code
minimal reproduction code
--

Please fill me if possible.

# environment

## OS/distribution
environment
--
### OS/distribution

Please fill me.

## conda or pip
### conda or pip

Please choose conda or pip.

## python version
### python version

Please execute the command and paste result.

```.bash
python --version
```

## library version
### library version

Please execute the command and paste result.

Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Feature request
---

Summary
--
Please fill me.

Pseudo code
--
Please fill me if it is necessary.

0 comments on commit 3864168

Please sign in to comment.