Skip to content

Commit

Permalink
introduce issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
alberanid committed Nov 17, 2017
1 parent 57ea6e1 commit 1cbd03f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,36 @@
#### Issue description

*write the description here*


#### Version of IMDbPY, Python and OS

- **Python:** `python3 -V` or, if you are using Python 2, `python -V`
- **IMDbPY:** `python3 -c 'import imdb ; print(imdb.VERSION)'` or, if you are using Python 2, `python -c 'import imdb ; print(imdb.VERSION)'`
- **OS:** `python -c 'import platform ; print(platform.uname())'`


#### Steps to reproduce the issue

*if possible, provide a minimal code to reproduce the problem*

```
#!python
# your code here
```


#### What's the expected result?

-


#### What's the actual result?

-


#### Additional details

-

0 comments on commit 1cbd03f

Please sign in to comment.