Skip to content

Commit

Permalink
Update raising-a-pull-request contributor doc to reflect required order
Browse files Browse the repository at this point in the history
  • Loading branch information
jcg-2 committed Jul 13, 2023
1 parent d54824d commit 2403fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/raising-a-pull-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2403fbf

Please sign in to comment.