Widdershin / programmers-oath

An oath for programmers, comparable to the Hippocratic Oath
Creative Commons Zero v1.0 Universal
725 stars 138 forks source link

Update signature to latest changes #95

Closed manuel-uberti closed 6 years ago

manuel-uberti commented 6 years ago

Out of appreciation for the work done on this Oath.

mo-g commented 6 years ago

No good! You need to replace your old hash, not add a new one. I'll make sure I clarify this in the README. :fearful:

So your change should look like

- manuel-uberti b2a820daa7217c81d0cac4d42ccd2d2e6e74af15
+ manuel-uberti 915a250ba8cdaaa4594eeecf52a6f11740d155a4

You can keep it in the same position, you just need to update the value of the hash. Not that there's a real need for historical tracking of this, but git takes care of that anyway - we don't need to add duplicate values to the file. :)

manuel-uberti commented 6 years ago

Oh I see, thank you for the clarification, I'll update the PR accordingly.