From 2403fbfb5659a0b0c71eaeb6b8122aa7d39f75a3 Mon Sep 17 00:00:00 2001 From: jcg-2 <134015499+jcg-2@users.noreply.github.com> Date: Thu, 13 Jul 2023 01:23:40 +0000 Subject: [PATCH] Update raising-a-pull-request contributor doc to reflect required order --- docs/raising-a-pull-request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/raising-a-pull-request.md b/docs/raising-a-pull-request.md index ae09f23a9ff..9363204502d 100644 --- a/docs/raising-a-pull-request.md +++ b/docs/raising-a-pull-request.md @@ -15,13 +15,13 @@ 1. Make the changes you would like to include in the provider, add new tests as required, and make sure that all relevant existing tests are passing. -1. Create a changelog entry following the process outlined [here](changelog-process.md) - 1. [Create a pull request](https://help.github.com/en/articles/creating-a-pull-request-from-a-fork). Please ensure (if possible) the 'Allow edits from maintainers' checkbox is checked. This will allow the maintainers to make changes and merge the PR without requiring action from the contributor. You are welcome to submit your pull request for commentary or review before it is fully completed by creating a [draft pull request](https://help.github.com/en/articles/about-pull-requests#draft-pull-requests). Please include specific questions or items you'd like feedback on. +1. Create a changelog entry following the process outlined [here](changelog-process.md) + 1. Once you believe your pull request is ready to be reviewed, ensure the pull request is not a draft pull request by [marking it ready for review](https://help.github.com/en/articles/changing-the-stage-of-a-pull-request) or removing `[WIP]` from the pull request title if necessary, and a