Skip to content

Commit

Permalink
Merge pull request #226 from Roseford/getting_started
Browse files Browse the repository at this point in the history
Updated the Getting-Started.md file
  • Loading branch information
robsavoye committed Mar 20, 2023
2 parents 3b15b57 + da5c41a commit 709433a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DEV-1.-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 709433a

Please sign in to comment.