Unverified Commit f301a064 authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #1273 from lilleswing/issue-template

Create issue template
parents 4b8bc381 ea11cd45
Loading
Loading
Loading
Loading

docs/issue_template.md

0 → 100644
+25 −0
Original line number Diff line number Diff line
**Description:**

<!-- Please provide information about your setup -->
<!-- To get the DeepChem version use the following commands:
>> import deepchem
>> deepchem.__version__

If you installed by source please give us the git hash as well
>> git log | head -n 1
-->
- DeepChem Version:
- Platform:

<!-- Please describe your problem as detailed as necessary -->

<!-- If applicable, please provide working code that can reproduce your issue 
We are much more likely to address a bug with a working reproduction quickly
-->
```
Your code sample here
```

<!-- You can also ask questions on the DeepChem Gitter
https://gitter.im/deepchem/Lobby
-->