aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2018-11-28 16:38:45 -0800
committerGravatar GitHub <noreply@github.com>2018-11-28 16:38:45 -0800
commit2fcf6176fd876028b3a4002bd87c2c6d78aaf655 (patch)
tree212d010c6fd724f73a5586e906d922ba66f0045f
parent794559ab8d0bc18778e9c9cd4a57b15922f9d84a (diff)
Adding a line about alphabetical order of AUTHORS
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e8582d9af5..1d14d5e0e3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -81,7 +81,7 @@ How to get your contributions merged smoothly and quickly.
copyright holder for the contribution (yourself, if you are signing the
individual CLA, or your company, for corporate CLAs) in the same PR as your
contribution. This needs to be done only once, for each company, or
- individual.
+ individual. Please keep this file in alphabetical order.
- Maintain **clean commit history** and use **meaningful commit messages**.
PRs with messy commit history are difficult to review and won't be merged.