mirror of https://github.com/docker/docs.git
Merge pull request #5402 from SvenDowideit/dont-update-authors
Don't add yourself to the AUTHORs file - its generated
This commit is contained in:
commit
341a2b85be
|
@ -103,10 +103,8 @@ same commit so that a revert would remove all traces of the feature or fix.
|
||||||
Commits that fix or close an issue should include a reference like `Closes #XXX`
|
Commits that fix or close an issue should include a reference like `Closes #XXX`
|
||||||
or `Fixes #XXX`, which will automatically close the issue when merged.
|
or `Fixes #XXX`, which will automatically close the issue when merged.
|
||||||
|
|
||||||
Add your name to the AUTHORS file, but make sure the list is sorted and your
|
Please do not add yourself to the AUTHORS file, as it is regenerated
|
||||||
name and email address match your git configuration. The AUTHORS file is
|
regularly from the Git history.
|
||||||
regenerated occasionally from the git commit history, so a mismatch may result
|
|
||||||
in your changes being overwritten.
|
|
||||||
|
|
||||||
### Merge approval
|
### Merge approval
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue