From: Richard Si Date: Sun, 5 Feb 2023 03:51:46 +0000 (-0500) Subject: Rename design label to style because it's clearer (#3547) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/e506c46f7b44e788dfd279e9a474af83e4e03eca Rename design label to style because it's clearer (#3547) --- diff --git a/.github/ISSUE_TEMPLATE/style_issue.md b/.github/ISSUE_TEMPLATE/style_issue.md index 2e4343a..a9ce85f 100644 --- a/.github/ISSUE_TEMPLATE/style_issue.md +++ b/.github/ISSUE_TEMPLATE/style_issue.md @@ -1,8 +1,8 @@ --- -name: Style issue -about: Help us improve the Black style +name: Code style issue +about: Help us improve the Black code style title: "" -labels: "T: design" +labels: "T: style" assignees: "" --- diff --git a/docs/contributing/issue_triage.md b/docs/contributing/issue_triage.md index 865a479..aa3e49a 100644 --- a/docs/contributing/issue_triage.md +++ b/docs/contributing/issue_triage.md @@ -1,6 +1,6 @@ # Issue triage -Currently, _Black_ uses the issue tracker for bugs, feature requests, proposed design +Currently, _Black_ uses the issue tracker for bugs, feature requests, proposed style modifications, and general user support. Each of these issues have to be triaged so they can be eventually be resolved somehow. This document outlines the triaging process and also the current guidelines and recommendations. @@ -53,7 +53,7 @@ The lifecycle of a bug report or user support issue typically goes something lik - the issue has been fixed - duplicate of another pre-existing issue or is invalid -For enhancement, documentation, and design issues, the lifecycle looks very similar but +For enhancement, documentation, and style issues, the lifecycle looks very similar but the details are different: 1. _the issue is waiting for triage_ diff --git a/docs/the_black_code_style/index.md b/docs/the_black_code_style/index.md index e5967be..1719347 100644 --- a/docs/the_black_code_style/index.md +++ b/docs/the_black_code_style/index.md @@ -17,7 +17,7 @@ Python language and, occasionally, in response to user feedback. Large-scale sty preferences presented in {doc}`current_style` are very unlikely to change, but minor style aspects and details might change according to the stability policy presented below. Ongoing style considerations are tracked on GitHub with the -[design](https://github.com/psf/black/labels/T%3A%20design) issue label. +[style](https://github.com/psf/black/labels/T%3A%20style) issue label. (labels/stability-policy)=