-
-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: deprecation workflow #1067
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1067 +/- ##
==========================================
- Coverage 99.64% 99.64% -0.01%
==========================================
Files 2135 2135
Lines 229217 229241 +24
Branches 979 978 -1
==========================================
+ Hits 228406 228427 +21
- Misses 790 793 +3
Partials 21 21
|
Co-authored-by: Shinigami <chrissi92@hotmail.de>
b9a5a66
to
492d00f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for being nitpicky
Co-authored-by: Eric Cheng <ericcheng9316@gmail.com>
Co-authored-by: Eric Cheng <ericcheng9316@gmail.com>
Not at all. I'm aware that my English isn't the best. I would be more stressed if I got no change suggestions. |
ping @xDivisionByZerox |
Co-authored-by: Eric Cheng <ericcheng9316@gmail.com>
Co-authored-by: Eric Cheng <ericcheng9316@gmail.com>
Co-authored-by: Eric Cheng <ericcheng9316@gmail.com>
Description
This PR provides documentation on how to deprecate anything in the code base. Also updated all current deprecations according to the documented steps. To make things easier for new contributors I provided a description of the properties of the internal
deprecated()
function.Additional information
Related to #976.