aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht/send-email.md
diff options
context:
space:
mode:
Diffstat (limited to 'git.sr.ht/send-email.md')
-rw-r--r--git.sr.ht/send-email.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/git.sr.ht/send-email.md b/git.sr.ht/send-email.md
index 4fee1e4..febe259 100644
--- a/git.sr.ht/send-email.md
+++ b/git.sr.ht/send-email.md
@@ -14,7 +14,7 @@ https://git-send-email.io
## Tell people how to contribute
The first thing you need to do is help potential contributors figure out how to
-contact you. The easiest way is to do nothing - git records your email with
+contact you. The easiest way is to do nothing — git records your email with
every commit, so someone with a copy of your git repository can figure out how
to contact you. You'll probably want to make it a bit easier on them, though.
@@ -30,7 +30,7 @@ When a patch comes in, you should review it carefully. Read the code, apply the
patch locally and make sure it compiles, test the changes, and so on. During
this process you'll probably come up with feedback on the patch. Pull open that
email client and compose a reply to the patch author. When your client composes
-the reply, don't be afraid to slice and dice the email you're replying to - trim
+the reply, don't be afraid to slice and dice the email you're replying to — trim
out the fat and only include specific lines that you want to comment on.
If you only have small comments here and there, feel free to make the changes