X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/51f1e0a8734195aab4b70b32908cdb9607d8f82c..e506c46f7b44e788dfd279e9a474af83e4e03eca:/.github/ISSUE_TEMPLATE/style_issue.md diff --git a/.github/ISSUE_TEMPLATE/style_issue.md b/.github/ISSUE_TEMPLATE/style_issue.md index a1f7c48..a9ce85f 100644 --- a/.github/ISSUE_TEMPLATE/style_issue.md +++ b/.github/ISSUE_TEMPLATE/style_issue.md @@ -1,30 +1,37 @@ --- -name: Style issue -about: Help us improve the Black style -title: '' -labels: design -assignees: '' - +name: Code style issue +about: Help us improve the Black code style +title: "" +labels: "T: style" +assignees: "" --- **Describe the style change** -A clear and concise description of how the style can be improved. -**Examples in the current *Black* style** -Think of some short code snippets that show how the current *Black* style is not great: -``` + + +**Examples in the current _Black_ style** + + + +```python def f(): "Make sure this code is blackened""" pass ``` **Desired style** -How do you think *Black* should format the above snippets: -``` + + + +```python def f( ): pass ``` **Additional context** -Add any other context about the problem here. + +