| 166 | 1.On GitHub.com, navigate to the main page of the repository. |
| 167 | |
| 168 | 2.In the "Branch" menu, choose the branch that contains your commits. |
| 169 | |
| 170 | [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/githubadministration/branch-dropdown-2.png, 600)]] |
| 171 | |
| 172 | 3.Above the list of files, click Pull request. |
| 173 | |
| 174 | [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/githubadministration/pull-request-start-review-button.png, 600)]] |
| 175 | |
| 176 | 4.Use the base branch dropdown menu to select the branch you'd like to merge your changes into, then use the compare branch drop-down menu to choose the topic branch you made your changes in. |
| 177 | |
| 178 | [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/githubadministration/choose-base-and-compare-branches.png, 600)]] |
| 179 | |
| 180 | 5. Type a title and description for your pull request. |
| 181 | |
| 182 | [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/githubadministration/pullrequest-description.png, 600)]] |
| 183 | |
| 184 | 6.To create a pull request that is ready for review, click Create Pull Request. To create a draft pull request, use the drop-down and select Create Draft Pull Request, then click Draft Pull Request. |
| 185 | |
| 186 | [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/githubadministration/pullrequest-send.png, 600)]] |
| 187 | |
| 188 | |
| 189 | |