From b8fbd0b68fa14cdedd9799eb238515deece38458 Mon Sep 17 00:00:00 2001 From: Lincoln <71312724+Lincoln-developer@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:09:39 +0300 Subject: [PATCH] Update developer-workflow/cpython-deprecation-workflow.rst Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- developer-workflow/cpython-deprecation-workflow.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/developer-workflow/cpython-deprecation-workflow.rst b/developer-workflow/cpython-deprecation-workflow.rst index 205adcc14..7b10461e8 100644 --- a/developer-workflow/cpython-deprecation-workflow.rst +++ b/developer-workflow/cpython-deprecation-workflow.rst @@ -12,8 +12,9 @@ Before proposing deprecation: * **Assess Usage**: Use tools like GitHub search, ``grep``, or ``PyPI statistics`` to determine the extent and context of usage. * **Consider Alternatives**: Ensure there are suitable replacements or upgrades available. -2. Open an Issue ----------------- +Open an issue +------------- + Start by creating a GitHub issue to propose the deprecation: * Clearly describe the feature and why deprecation is needed.