-
Notifications
You must be signed in to change notification settings - Fork 279
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
ensure release and development directions are consistent #2554
Comments
So after a discussion you and I had on #2690, I realised that the dev guide currently doesn't have a "How to deprecate and remove features in yt" section. Such a section would be really helpful to ensure consistency in the procedure and maybe provide insight on how we keep track of stuff that's targeted for deprecation. |
I think that is definitely relevant to the broader issues of the developer guide. If we do want the release manager to be the dedicated person to make sure all deprecations are removed on a timetable then it's absolutely something that should be in this issue. |
I've added instructions for closing a deprecation cycle in #3806 |
Example 1 and Example 2 are handled in yt-project/ytep#22 |
In preparing the yt-3.6 release and afterwards I noticed that we have differing documentation on releasing and development. I've included a few notes about it here. I will submit a PR with these fixes later, but please weigh in if you want to suggest anything.
Example1: ytep-0008 and the release documentation
see ytep-0008 and release documentation
yt-3.x
and the release notes don't at all.Example 2: 'what constitutes a release' in ytep 0008 doesn't include info on conda-forge
Example 3: "requirements for code submission" section differs from governance
https://yt-project.org/doc/developing/developing.html#requirements-for-code-submission
The text was updated successfully, but these errors were encountered: