Use release drafter to draft releases
This commit is contained in:
parent
e22ad6b464
commit
4e98e7af4c
5 changed files with 162 additions and 2 deletions
8
.github/ISSUE_TEMPLATE.md
vendored
8
.github/ISSUE_TEMPLATE.md
vendored
|
@ -4,11 +4,15 @@
|
|||
|
||||
### What actually happened?
|
||||
|
||||
### What versions of OS, Python and pylast are you using?
|
||||
### What versions are you using?
|
||||
|
||||
* OS:
|
||||
* Python:
|
||||
* pylast:
|
||||
|
||||
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.
|
||||
The [best reproductions](https://stackoverflow.com/help/minimal-reproducible-example) are [self-contained scripts](https://ericlippert.com/2014/03/05/how-to-debug-small-programs/) with minimal dependencies.
|
||||
|
||||
```python
|
||||
code goes here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue