UCL-COMP0233-23-24 / RSE-Classwork

3 stars 67 forks source link

Learning all about Pull Requests #3

Open dpshelio opened 11 months ago

dpshelio commented 11 months ago

In small groups:

  1. Fork our Travel guide repository
  2. Clone your fork locally
  3. Create a new branch named with a combination of your team e.g., dpshelio-arcteaching
  4. Create a new file in the right place named after a place both of you would like to visit. Create any intermediate directory needed. e.g., ./europe/spain/canary_islands.md needs the spain directory inside europe.
  5. Add to that file:
    • a title (e.g., # Canary Islands)
    • a small paragraph saying why you would like to go there
    • End the file with a link to wikivoyage and/or wikipedia of that place. e.g., More info at [wikivoyage](https://en.wikivoyage.org/wiki/Canary_Islands) and [wikipedia](https://en.wikipedia.org/wiki/Canary_islands)
  6. Commit that to your branch! (with a meaningful message)
  7. Add the internal links needed to get from the main page to that one e.g., link from Europe's README.md to Spain's README.md, link from Spain's README.md to Canary Islands file canary_island.md
  8. Commit these changes! (with a meaningful message)
  9. Create a pull request from your branch to our repository. Add a meaningful title to that PR and don't forget to mention your partner in the description (as @username) and a link to this issue
    Answers UCL-COMP0233-23-24/RSE-Classwork#3