X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3ef339b2e75468a09d617e6aa74bc920c317bce6..c1e30d97fe39e4c1b1967571b7e3854547239bf6:/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 069795f..48aa929 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,36 +1,64 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a report to help us improve Black's quality title: "" -labels: bug +labels: "T: bug" assignees: "" --- -**Describe the bug** A clear and concise description of what the bug is. + + +**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** -**Additional context** Add any other context about the problem here. +