Skip to content

Commit

Permalink
Merge pull request #32490 from jcg-2/d-contributing-pr-order
Browse files Browse the repository at this point in the history
Update `raising-a-pull-request.md` contributor doc to reflect changelog creation order
  • Loading branch information
justinretzolk authored Jul 13, 2023
2 parents 3fdd867 + 2403fbf commit eb6d979
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 eb6d979

Please sign in to comment.