We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a6faf commit 0f170e8Copy full SHA for 0f170e8
doc/devel/development_workflow.rst
@@ -13,7 +13,7 @@ To keep your work well organized, with readable history, and in turn make it
13
easier for project maintainers (that might be you) to see what you've done, and
14
why you did it, we recommend the following:
15
16
-* Don't use your ``main`` branch for anything. Consider deleting it.
+* Don't make changes in your local ``main`` branch! Consider deleting it.
17
* Before starting a new set of changes, fetch all changes from
18
``upstream/main``, and start a new *feature branch* from that.
19
* Make a new branch for each feature or bug fix — "one task, one branch".
0 commit comments