diff --git a/doc/devel/development_workflow.rst b/doc/devel/development_workflow.rst index c4f8a66c23ad..85b6408a6cb7 100644 --- a/doc/devel/development_workflow.rst +++ b/doc/devel/development_workflow.rst @@ -13,7 +13,7 @@ To keep your work well organized, with readable history, and in turn make it easier for project maintainers (that might be you) to see what you've done, and why you did it, we recommend the following: -* Don't make changes in your local ``main`` branch! Consider deleting it. +* Don't make changes in your local ``main`` branch! * Before starting a new set of changes, fetch all changes from ``upstream/main``, and start a new *feature branch* from that. * Make a new branch for each feature or bug fix — "one task, one branch". @@ -25,14 +25,6 @@ why you did it, we recommend the following: Matplotlib developers can give feedback and eventually include your suggested code into the ``main`` branch. -.. note:: - - It may sound strange, but deleting your own ``main`` branch can help reduce - confusion about which branch you are on. See `deleting main on GitHub`_ for - details. - -.. _deleting main on GitHub: https://matthew-brett.github.io/pydagogue/gh_delete_master.html - .. _update-mirror-main: Update the ``main`` branch