Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions dev/source/docs/submitting-patches-back-to-master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,15 @@ repository, follow these directions:
:width: 70%
:target: ../_images/PullRequest_InitiatePullRequest2.png


Requesting CI & Review
----------------------

Your PR must be tested by github's Continuous Integration (CI) tests.
If you have never merged a PR into the ardupilot repo before, you will need to request a developer to run CI on your behalf.
Comment thread
hunt0r marked this conversation as resolved.
(This is to prevent AI-generated spam contributions from clogging the CI resources.)
Use Discord to request this in the typical `#code_review` channel.

Next Steps
----------

Expand Down
Loading