This repo has a an Authors file that should list everyone's name who has written any code (i.e., all of you). Currently it only lists me, which doesn't seem quite right.
However, if you each individually add your name and then create pull requests most of them will conflict with each other. That's a pain.
To get a bonus point, you need to all find a way to add your name to the file without creating any merge errors for me to resolve. As a class, you must design a protocol to make this work correctly. There are several rules:
- You can only add one name to the file
- You cannot add your own name to the file
- You can only add the name of another student who you have worked together with to solve an issue (other than this one)
- All git commit messages should follow a standardized format and should include the name of the person making the change, the name being added, and the issue where those two students worked together.
This repo has a an
Authorsfile that should list everyone's name who has written any code (i.e., all of you). Currently it only lists me, which doesn't seem quite right.However, if you each individually add your name and then create pull requests most of them will conflict with each other. That's a pain.
To get a bonus point, you need to all find a way to add your name to the file without creating any merge errors for me to resolve. As a class, you must design a protocol to make this work correctly. There are several rules: