changeset 29:32a0b02e3c69

Remove (at) and (dot) as email are already shown everywhere
author David Demelier <markand@malikania.fr>
date Fri, 25 May 2018 16:12:44 +0200
parents 1a9a76f94955
children 35b67345eb4b
files CONTRIBUTE.md
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/CONTRIBUTE.md	Fri May 25 16:11:49 2018 +0200
+++ b/CONTRIBUTE.md	Fri May 25 16:12:44 2018 +0200
@@ -17,9 +17,9 @@
 Subscribe to the mailing list
 -----------------------------
 
-Discussion and patches are sent to the *PROJECT NAME (at) malikania (dot) fr* mailing
-list. You need to subscribe by dropping a mail to
-*PROJECT NAME+subscribe (at) malikania (dot) fr* first.
+Discussion and patches are sent to the *PROJECT NAME@malikaniafr* mailing list.
+You need to subscribe by dropping a mail to
+*PROJECT NAME+subscribe@malikania.fr* first.
 
 Enable patchbomb extension
 --------------------------
@@ -38,7 +38,7 @@
 
     [email]
     from = Your Name <youraddress@yourdomain.tld>
-    to = PROJECT NAME (at) malikania (dot) fr
+    to = PROJECT NAME@malikania.fr
 
     [smtp]
     host = yourdomain.tld
@@ -59,7 +59,7 @@
 
 ### Note to GMail users
 
-By default, your GMail account may use 2-step authentication which causes
+By default, your GMail account may use 2-steps authentication which causes
 troubles with the `hg email` command, you must create a specific application
 password.
 
@@ -85,7 +85,7 @@
 The following steps assumes that you have already cloned the PROJECT NAME
 repository somewhere.
 
-**Note**: the recommended way is to create one unique revision.
+Note: the recommended way is to create one unique revision.
 
 ### Commit messages
 
@@ -199,7 +199,7 @@
 If you want to remove the revisions, you can use the `hg strip` command (from
 the strip extension).
 
-**Warning**: it will **remove** the revisions from history so use with care.
+Warning: it will **remove** the revisions from history so use with care.
 
     $ hg strip -r 21:22         # using the example above
     $ hg book -d feature-xyz    # delete the bookmark