Rename design label to style because it's clearer (#3547)

This commit is contained in:
Richard Si 2023-02-04 22:51:46 -05:00 committed by GitHub
parent ff53fc1b97
commit e506c46f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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: ""
---

View File

@ -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_

View File

@ -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)=