From 943811fad65b91c23b0eef737c57b0db7f08837e Mon Sep 17 00:00:00 2001 From: tfny <95721958+tfny@users.noreply.github.com> Date: Mon, 19 Dec 2022 04:42:04 -0600 Subject: [PATCH] Update submitting pull requests to include language about drafts --- docs/content/contributing/submitting-pull-requests.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/contributing/submitting-pull-requests.md b/docs/content/contributing/submitting-pull-requests.md index ec26125f9..855c04cf4 100644 --- a/docs/content/contributing/submitting-pull-requests.md +++ b/docs/content/contributing/submitting-pull-requests.md @@ -56,6 +56,7 @@ Merging a PR requires the following steps to be completed before it is merged au * Do not open the PR from an organization repository. * Keep "allows edit from maintainer" checked. * Use semantic line breaks for documentation. + * Ensure your PR is not a draft. We do not review drafts, but do answer questions and confer with developers on them as needed. * Pass the validation check. * Pass all tests. * Receive 3 approving reviews maintainers.