UCL-COMP0233-24-25 / RSE-Classwork

6 stars 86 forks source link

Friend group data model #5

Open dpshelio opened 1 month ago

dpshelio commented 1 month ago

Every group

  1. Fork the friend group repository to one of your accounts.
  2. Add everyone else in your group as a collaborator to the forked repository.
  3. Clone your fork locally.
  4. Create a new branch named with a combination of your team e.g., dpshelio-arcteaching-willgraham01.
  5. Write your code in the file group.py to do what the exercise asks - see the instructions in the README file of the exercise repository.
  6. Commit your changes to your branch! (using meaningful messages)
  7. Push your changes from your computer to your fork.
  8. Create a pull request (PR) from your branch to original friend-group repository. Add a meaningful title to that PR and don't forget to mention your partners in the description (as @username) and a link to this issue: Answers UCL-COMP0233-24-25/RSE-Classwork#5

If you finish all of that,

  1. Review some other group PR and write some comments about their solution
  2. Continue working on our stretch goal #6 .