Skip to content

Commit

Permalink
Add issue and PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 8, 2018
1 parent adea26e commit fa42518
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,15 @@
### What did you do?

### What did you expect to happen?

### What actually happened?

### What versions of OS, Python and pylast are you using?

Please include **code** that reproduces the issue.

The [best reproductions](https://stackoverflow.com/help/mcve) are [self-contained scripts](https://ericlippert.com/2014/03/05/how-to-debug-small-programs/) with minimal dependencies.

```python
code goes here
```
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,7 @@
Fixes #

Changes proposed in this pull request:

*
*
*

0 comments on commit fa42518

Please sign in to comment.