Skip to content

Commit

Permalink
add github issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Mar 30, 2019
1 parent a3f77ba commit 4c1ba74
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

---

## Python Code
```python

YOUR CODE
```

## Command Line and Configuration
`.pep8`, `setup.cfg`, ...

```ini
[pep8]

```

Command Line
```shell
$ autopep8
```

## Your Environment
* Python version:
* autopep8 version:
* Platform: windows, linux, macOSX, and other OS...

0 comments on commit 4c1ba74

Please sign in to comment.