···4949 notice problems before they are considered "done with review"; whereas
5050 watching `master` means the stable branch could break for your platform, but
5151 you have a decent chance of avoiding a tagged release breaking you. See "The
5252- Policy" in link:../howto/maintain-git.txt["How to maintain Git"] for an
5252+ Policy" in link:../howto/maintain-git.html["How to maintain Git"] for an
5353 overview of which branches are used in the Git project, and how.
54545555* The bug report should include information about what platform you are using.
···125125126126To avoid reactive debugging and fixing when changes hit a release or stable, you
127127can aim to ensure `next` always works for your platform. (See "The Policy" in
128128-link:../howto/maintain-git.txt["How to maintain Git"] for an overview of how
128128+link:../howto/maintain-git.html["How to maintain Git"] for an overview of how
129129`next` is used in the Git project.) To do that:
130130131131* You should add a runner for your platform to the GitHub Actions or GitLab CI