-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Update deprecation/removal docs to point to labels/milestones instead #3087
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
Conversation
doc/en/backwards-compatibility.rst
Outdated
@@ -15,91 +15,6 @@ We will only remove deprecated functionality in major releases (e.g. if we depre | |||
Deprecation Roadmap | |||
------------------- | |||
|
|||
This page lists deprecated features and when we plan to remove them. It is important to list the feature, the version where it got deprecated and the version we plan to remove it. | |||
We track deprecation and removal of features using milestones and the `deprecation <https://github.com/pytest-dev/pytest/labels/type%3A%20deprecation>`_ and `removal <https://github.com/pytest-dev/pytest/labels/type%3A%20removal>`_ labels on GitHub. |
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.
should we perhaps link to the label page which shows both open and closed? (for example https://github.com/pytest-dev/pytest/issues?q=label%3A%22type%3A+deprecation%22)
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.
Good idea, done!
Using milestones and proper issues are a much saner way to handle these topics than keeping them in sync in a separate document
5ee235e
to
cb6b851
Compare
The label for
I think the feature is being deprecated now, would it make more sense to say this?
|
@hugovk good point, fixed. Thanks! |
By the way, I found your deprecations and removals docs really clear and useful, and started a similar one for Pillow. Thanks! |
Awesome, thanks for the feedback, we appreciate it! |
Using milestones and proper issues are a much saner way to handle these topics
than keeping them in sync in a separate document.
I was worried how to keep them in sync until this solution occurred to me. I already created the labels and related issues.