Rename design label to style because it's clearer (#3547)
This commit is contained in:
parent
ff53fc1b97
commit
e506c46f7b
6
.github/ISSUE_TEMPLATE/style_issue.md
vendored
6
.github/ISSUE_TEMPLATE/style_issue.md
vendored
@ -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: ""
|
||||
---
|
||||
|
||||
|
@ -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_
|
||||
|
@ -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)=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user