black/.github/ISSUE_TEMPLATE/style_issue.md
Richard Si 4760b6e71e
Fix issue templates + add docs template (#2399)
The template weren't applying the default labels ever since I renamed
the labels.

There has been enough issues about documentation opened recently so it's
probably worth a template for it.
2021-07-27 20:38:04 -04:00

637 B

name about title labels assignees
Style issue Help us improve the Black style T: design

Describe the style change

Examples in the current Black style

def f():
    "Make sure this code is blackened"""
    pass

Desired style

def f(
    ):
    pass

Additional context