X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/882d8795c6ff65c02f2657e596391748d1b6b7f5:/.github/ISSUE_TEMPLATE/bug_report.md..refs/heads/master:/.vim/bundle/black/.github/ISSUE_TEMPLATE/static/gitweb.js diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 48aa929..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve Black's quality -title: "" -labels: "T: bug" -assignees: "" ---- - - - -**Describe the bug** - - - -**To Reproduce** - - - -For example, take this code: - -```python -this = "code" -``` - -And run it with these arguments: - -```sh -$ black file.py --target-version py39 -``` - -The resulting error is: - -> cannot format file.py: INTERNAL ERROR: ... - -**Expected behavior** - - - -**Environment** - - - -- Black's version: -- OS and Python version: - -**Additional context** - -