diff --git a/.github/PULL_REQUEST_TEMPLATE/control_plane_template.md b/.github/PULL_REQUEST_TEMPLATE/control_plane_template.md index b467bfe8173b..61e39c7bd35e 100644 --- a/.github/PULL_REQUEST_TEMPLATE/control_plane_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/control_plane_template.md @@ -1,5 +1,11 @@ # ARM (Control Plane) API Specification Update Pull Request +## PR review workflow diagram + +Please understand this diagram before proceeding. It explains how to get your PR approved & merged. + +![diagram](spec_pr_review_workflow_diagram.png) + ## Purpose of this PR What's the purpose of this PR? Check all that apply. This is **mandatory**! diff --git a/.github/PULL_REQUEST_TEMPLATE/spec_pr_review_workflow_diagram.png b/.github/PULL_REQUEST_TEMPLATE/spec_pr_review_workflow_diagram.png new file mode 100644 index 000000000000..4b5b0bfb20cb Binary files /dev/null and b/.github/PULL_REQUEST_TEMPLATE/spec_pr_review_workflow_diagram.png differ