소스 검색

Merge pull request #5402 from SvenDowideit/dont-update-authors

Don't add yourself to the AUTHORs file - its generated
unclejack 11 년 전
부모
커밋
341a2b85be
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      CONTRIBUTING.md

+ 2 - 4
CONTRIBUTING.md

@@ -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
-name and email address match your git configuration. The AUTHORS file is
-regenerated occasionally from the git commit history, so a mismatch may result
-in your changes being overwritten.
+Please do not add yourself to the AUTHORS file, as it is regenerated
+regularly from the Git history.
 
 
 ### Merge approval
 ### Merge approval