From d0a351b9020994c4505fd068863ef57180e9ed21 Mon Sep 17 00:00:00 2001 From: Sylvia Favello <90116354+sfavello@users.noreply.github.com> Date: Sat, 8 Apr 2023 08:44:01 -0700 Subject: [PATCH 1/3] Update Pull_Requests.mdx added a how to ask section in pull request docs --- docs/contributing/Pull_Requests.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contributing/Pull_Requests.mdx b/docs/contributing/Pull_Requests.mdx index 36059661b4b1..3f7574865e74 100644 --- a/docs/contributing/Pull_Requests.mdx +++ b/docs/contributing/Pull_Requests.mdx @@ -81,3 +81,7 @@ You can [resolve conversations](https://docs.github.com/en/pull-requests/collabo Once you've addressed all our feedback by making code changes and/or started a followup discussion, [re-request review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews#re-requesting-a-review) from each maintainer whose feedback you addressed. Once the feedback is addressed, and the PR is approved, we'll ensure the branch is up to date with `main`, and merge it for you. + +### How to Ask + +If you need help and/or have a question, posting a comment in the PR is a great way to do so. Once you do, one of us will drop by and help when we can. From f35f26b1a47307f624af715c4fe97baaa390b93f Mon Sep 17 00:00:00 2001 From: Sylvia Favello <90116354+sfavello@users.noreply.github.com> Date: Sat, 8 Apr 2023 14:56:29 -0700 Subject: [PATCH 2/3] Update docs/contributing/Pull_Requests.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit change title Co-authored-by: Josh Goldberg ✨ --- docs/contributing/Pull_Requests.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/Pull_Requests.mdx b/docs/contributing/Pull_Requests.mdx index 3f7574865e74..1dc07474e051 100644 --- a/docs/contributing/Pull_Requests.mdx +++ b/docs/contributing/Pull_Requests.mdx @@ -82,6 +82,6 @@ Once you've addressed all our feedback by making code changes and/or started a f Once the feedback is addressed, and the PR is approved, we'll ensure the branch is up to date with `main`, and merge it for you. -### How to Ask +### Asking Questions If you need help and/or have a question, posting a comment in the PR is a great way to do so. Once you do, one of us will drop by and help when we can. From 3befe6e5392805d56914553f962316497b1b3ffd Mon Sep 17 00:00:00 2001 From: Sylvia Favello <90116354+sfavello@users.noreply.github.com> Date: Sat, 8 Apr 2023 14:59:40 -0700 Subject: [PATCH 3/3] Update docs/contributing/Pull_Requests.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add proofreading change to add more clarity. Co-authored-by: Josh Goldberg ✨ --- docs/contributing/Pull_Requests.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/contributing/Pull_Requests.mdx b/docs/contributing/Pull_Requests.mdx index 1dc07474e051..f966b1dacc0f 100644 --- a/docs/contributing/Pull_Requests.mdx +++ b/docs/contributing/Pull_Requests.mdx @@ -84,4 +84,6 @@ Once the feedback is addressed, and the PR is approved, we'll ensure the branch ### Asking Questions -If you need help and/or have a question, posting a comment in the PR is a great way to do so. Once you do, one of us will drop by and help when we can. +If you need help and/or have a question, posting a comment in the PR is a great way to do so. +There's no need to tag anybody individually. +One of us will drop by and help when we can.