Browse code

Don't add yourself to the AUTHORs file - its generated

Last time I discussed this with @tianon, the AUTHORS was being
regenerated regularly, so we could remove this step.

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: SvenDowideit)

Sven Dowideit authored on 2014/04/25 19:41:48
Showing 1 changed files
... ...
@@ -104,10 +104,8 @@ same commit so that a revert would remove all traces of the feature or fix.
104 104
 Commits that fix or close an issue should include a reference like `Closes #XXX`
105 105
 or `Fixes #XXX`, which will automatically close the issue when merged.
106 106
 
107
-Add your name to the AUTHORS file, but make sure the list is sorted and your
108
-name and email address match your git configuration. The AUTHORS file is
109
-regenerated occasionally from the git commit history, so a mismatch may result
110
-in your changes being overwritten.
107
+Please do not add yourself to the AUTHORS file, as it is regenerated
108
+regularly from the Git history.
111 109
 
112 110
 ### Merge approval
113 111