Skip to content

Commit

Permalink
Create ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm authored Nov 10, 2017
1 parent 8e26c6f commit 055372c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!--
Fill in the information below before opening an issue.
If you have a question, please consider emailing the mailing list:
https://groups.google.com/forum/#!forum/emcee-users
-->

**General information:**

- emcee version:
- platform:
- installation method (pip/conda/source/other?):

**Problem description:**

### Expected behavior:

### Actual behavior:

### What have you tried so far?:

### Minimal example:

<!-- In this section, you should include or link to a code snippet that demonstrates this issue. -->

```python
import emcee

# sample code goes here...
```

0 comments on commit 055372c

Please sign in to comment.