Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learning all about Pull Requests #3

Open
dpshelio opened this issue Oct 6, 2024 · 0 comments
Open

Learning all about Pull Requests #3

dpshelio opened this issue Oct 6, 2024 · 0 comments
Labels
week02 More git and GitHub

Comments

@dpshelio
Copy link
Contributor

dpshelio commented Oct 6, 2024

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-24-25/RSE-Classwork#3
    
  10. Review someone else's Pull-Request and approve it or request changes as needed.
@dpshelio dpshelio added the week02 More git and GitHub label Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
week02 More git and GitHub
Projects
None yet
Development

No branches or pull requests

1 participant