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

Bonus: Add yourself to the authors list #78

Open
twood02 opened this issue Mar 15, 2015 · 1 comment
Open

Bonus: Add yourself to the authors list #78

twood02 opened this issue Mar 15, 2015 · 1 comment
Labels

Comments

@twood02
Copy link
Member

twood02 commented Mar 15, 2015

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.
@twood02 twood02 added the easy label Mar 15, 2015
@twood02
Copy link
Member Author

twood02 commented Mar 15, 2015

extra bonus if you can figure out a way to do this where I only get one pull request, but it shows the full history with each user's commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant