aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-12-18 21:56:52 +0100
committerJakob Borg <jakob@nym.se>2014-12-18 21:56:52 +0100
commitce13a01e65302badaff4656e17fdb8973487f18d (patch)
tree2a59246374ad82e973ed2e6d753a809901fa20e3 /CONTRIBUTING.md
parent618a8682b76135797dafdcb3078bfc7e32a9f8d0 (diff)
downloadsyncthing-ce13a01e65302badaff4656e17fdb8973487f18d.tar.gz
syncthing-ce13a01e65302badaff4656e17fdb8973487f18d.zip
Clarify authorship requirements in contribution guidelines
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 95a0c0876..2119c8ef9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -46,6 +46,20 @@ All nontrivial contributions should go through the pull request
mechanism for internal review. Determining what is "nontrivial" is left
at the discretion of the contributor.
+### Authorship
+
+All code authors are listed in the AUTHORS file. Commits must be made
+with the same name and email as listed in the AUTHORS file. To
+accomplish this, ensure that your git configuration is set correctly
+prior to making your first commit;
+
+ $ git config --global user.name "Jane Doe"
+ $ git config --global user.email janedoe@example.com
+
+You must be reachable on the given email address. If you do not wish to
+use your real name for whatever reason, using a nickname or pseudonym is
+perfectly acceptable.
+
### Core Team
The Syncthing core team currently consists of the following members;