summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-01-22 15:37:15 +0100
committerPietro Albini <pietro@pietroalbini.org>2019-01-22 15:38:52 +0100
commita019513efb557941dcf301aba5585aa5111f2279 (patch)
treed772db52fe2cb83de68314d6108aa194463549cb /README.md
parentb04ab9108b4324da2bad7e5b560c9339b2a90066 (diff)
add support for `email = false` to disable email validation
This allows a person to explicitly opt out from the mailing lists.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9683997..b860b37 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,8 @@ The file structure is this:
```toml
name = "John Doe" # Real name of the person (required)
github = "johndoe" # GitHub username of the person (required)
+# You can also set `email = false` to explicitly disable the email for the user.
+# This will, for example, avoid adding the person to the mailing lists.
email = "john@doe.com" # Email address used for mailing lists (optional)
irc-nickname = "jdoe" # Nickname of the person on IRC, if different than the GitHub one (optional)
```