Surface links to Stability Policy (GH-2848)

This commit is contained in:
S. Co1 2022-01-31 19:06:52 -05:00 committed by GitHub
parent afc0fb05cb
commit f3f3acc444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -49,7 +49,8 @@
## 22.1.0 ## 22.1.0
At long last, _Black_ is no longer a beta product! This is the first non-beta release At long last, _Black_ is no longer a beta product! This is the first non-beta release
and the first release covered by our new stability policy. and the first release covered by our new
[stability policy](https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy).
### Highlights ### Highlights

View File

@ -89,6 +89,10 @@ also documented. They're both worth taking a look:
- [The _Black_ Code Style: Current style](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html) - [The _Black_ Code Style: Current style](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html)
- [The _Black_ Code Style: Future style](https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html) - [The _Black_ Code Style: Future style](https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html)
Changes to the _Black_ code style are bound by the Stability Policy:
- [The _Black_ Code Style: Stability Policy](https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy)
Please refer to this document before submitting an issue. What seems like a bug might be Please refer to this document before submitting an issue. What seems like a bug might be
intended behaviour. intended behaviour.