Skip to content

Commit 3f868a3

Browse files
docs: add Copilot review loop to contribution workflow
The Contribution-Workflow doc defines a mandatory step between opening a draft PR and marking it ready: run the Copilot review loop until it reports a clean round. Add this as step 5. Also fold auto-merge into the same step and remove the redundant mention in the Pull requests section. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 71d5cd7 commit 3f868a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ This project follows the [MSXOrg contribution workflow](https://msxorg.github.io
1717
2. Create a branch from `main` following the `<type>/<issue>-<short-slug>` convention (e.g. `feat/42-add-security-md`).
1818
3. Make small, focused commits and push often.
1919
4. Open a **draft PR** as soon as the change has a basic shape — early feedback is preferred.
20-
5. Mark the PR ready for review once CI is green and the change is complete.
20+
5. Run the **Copilot review loop**: request a Copilot review, address its feedback, and repeat until it reports a clean round. File an issue for any out-of-scope findings rather than expanding the PR.
21+
6. Mark the PR ready for review and enable auto-merge. It lands automatically once the required checks pass and a reviewer approves.
2122

2223
For branching details, see [Branching and Merging](https://msxorg.github.io/docs/Ways-of-Working/Branching-and-Merging/).
2324

2425
## Pull requests
2526

2627
- Keep PRs small and focused on a single deliverable.
2728
- The PR title should follow the [commit conventions](https://msxorg.github.io/docs/Ways-of-Working/Commit-Conventions/).
28-
- Auto-merge is enabled; the PR lands as soon as all required checks pass and a reviewer approves.
2929

3030
For PR format guidance, see [PR Format](https://msxorg.github.io/docs/Ways-of-Working/PR-Format/).
3131

0 commit comments

Comments
 (0)