diff --git a/docs/DEV-1.-Getting-Started.md b/docs/DEV-1.-Getting-Started.md index 2e9a382768..35e6a62d94 100644 --- a/docs/DEV-1.-Getting-Started.md +++ b/docs/DEV-1.-Getting-Started.md @@ -67,8 +67,8 @@ Make sure to write a descriptive commit message that explains the changes you've ### 9. Submit a pull request -Go to your forked repository on GitHub and click the "New pull request" button. -Select the branch that contains your changes, then click "Create pull request". +Go to your forked repository on GitHub and click the "Pull requests" tab. +Change the base branch from `main` to `development`, select the branch that contains your changes from the compare branch, then click "Create pull request". This will open a new pull request in the fmtm repository, where you can describe your changes and request that they be merged into the main codebase. > Note: After a PR has been approved and merged, if the branch is no longer in use, delete it both locally and remotely. Otherwise we get buried in dead branches we don't need.