Skip to content

Commit

Permalink
DOC: Instruct to run git bisect when triaging a regression report
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloqeely committed May 23, 2024
1 parent b5b2d38 commit 2ba2e80
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/source/development/maintaining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ Here's a typical workflow for triaging a newly opened issue.
If a reproducible example is provided, but you see a simplification,
edit the original post with your simpler reproducible example.

If this is a regression report, post the result of a ``git bisect`` run.
More info on this can be found in the :ref:`maintaining.regressions` section.

Ensure the issue exists on the main branch and that it has the "Needs Triage" tag
until all steps have been completed. Add a comment to the issue once you have
verified it exists on the main branch, so others know it has been confirmed.
Expand Down Expand Up @@ -125,7 +128,9 @@ Here's a typical workflow for triaging a newly opened issue.
If the issue is clearly defined and the fix seems relatively straightforward,
label the issue as "Good first issue".

Once you have completed the above, make sure to remove the "needs triage" label.
If the issue is a regression report, add the next patch release milestone.

Once you have completed the above, make sure to remove the "Needs Triage" label.

.. _maintaining.regressions:

Expand Down

0 comments on commit 2ba2e80

Please sign in to comment.