From 28510409b5c531a916cc950215e30e6d24468133 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 4 Apr 2021 09:21:16 -0700 Subject: add issue template --- .github/ISSUE_TEMPLATE.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..365305d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ +Please read this brief portion of documentation before going any further: http://flake8.pycqa.org/en/latest/internal/contributing.html#filing-a-bug + + + + +*Please describe how you installed Flake8* + +Example: + +``` +$ pip install --user flake8 +$ brew install flake8 +# etc. +``` + +**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. + +*Please provide the exact, unmodified output of `flake8 --bug-report`* + +*Please describe the problem or feature* + +*If this is a bug report, please explain with examples (and example code) what you expected to happen and what actually happened.* -- cgit v1.2.1