Skip to content

Commit 2851040

Browse files
committedApr 4, 2021
add issue template
1 parent 97134d5 commit 2851040

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
 

‎.github/ISSUE_TEMPLATE.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Please read this brief portion of documentation before going any further: http://flake8.pycqa.org/en/latest/internal/contributing.html#filing-a-bug
2+
3+
<!--
4+
*************************************************************************
5+
NOTE: flake8 is a linting framework and does not implement any checks
6+
7+
if you are reporting a problem with a particular check, please track down
8+
the plugin which implements that check.
9+
10+
some common ones:
11+
- F###: https://github.com/pycqa/pyflakes
12+
- E###, W###: https://github.com/pycqa/pycodestyle
13+
*************************************************************************
14+
-->
15+
16+
17+
*Please describe how you installed Flake8*
18+
19+
Example:
20+
21+
```
22+
$ pip install --user flake8
23+
$ brew install flake8
24+
# etc.
25+
```
26+
27+
**Note**: Some *nix distributions patch Flake8 arbitrarily to accommodate incompatible software versions. If you're on one of those distributions, your issue may be closed and you will be asked to open an issue with your distribution package maintainers instead.
28+
29+
*Please provide the exact, unmodified output of `flake8 --bug-report`*
30+
31+
*Please describe the problem or feature*
32+
33+
*If this is a bug report, please explain with examples (and example code) what you expected to happen and what actually happened.*

0 commit comments

Comments
 (0)
Please sign in to comment.