Open frozenfrank opened 1 month ago
I made some changes that clarify some things (https://github.com/softwareconstruction240/softwareconstruction/pull/141). This however will have to be completely changed to reflect using cloning rather than the zip file.
Summary
Students across various platforms, and especially Mac users, tend to consistently make the same mistakes when setting up the project repository. There may be improvements we can make or changes to the required process that would minimize these errors and provide a better experience overall.
At its root, the issue typically comes down to which folder should be the base folder. A lot of students create a folder call "chess", and then unzip the "chess.zip" file which creates another folder called "chess." Then when they attempt to move the contents between these two "chess" folders, they either forget to move the hidden but important files, or they open up Intelli-J and/or their Git project in the outer "chess" folder instead of the inner "chess" folder.
TA Meeting Notes
Direction
After discussing this with @leesjensen, it has been decided to update the instructions to creating clones of the softwareconstruction240/chess repo without creating forks. We'll use the following resources as a guide when creating the new instruction: