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 abf1ae6 commit ddb5332
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions ISSUE_TEMPLATE/bugs.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,42 @@
# description

# minimal reproduction code (if possible)
Please fill me.

# minimal reproduction code

Please fill me if possible.

# environment

## OS/distribution

Please fill me.

## conda or pip

Please choose conda or pip.

## python version

Please execute the command and paste result.

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

## library version

conda
Please execute the command and paste result.

```.bash
conda list
```
* conda

pip
```.bash
conda list
```

```.bash
pip list
python -c 'import rdkit; print("rdkit " + rdkit.__version__)'
```
* pip

```.bash
python -m pip list
python -c 'import rdkit; print("rdkit " + rdkit.__version__)'
```

0 comments on commit ddb5332

Please sign in to comment.