From af1993c71f4c35345f8bb5f88ccd7e7976f8f1dc Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 2 Feb 2020 15:01:50 +0100 Subject: [PATCH] Add hyperlinks to git commands in contributing guidelines. --- CONTRIBUTING.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index eab82a8..720981f 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -4,6 +4,8 @@ :contact-email: tastytea@tastytea.de :contact-xmpp: {contact-email} :contact-fediverse: https://likeable.space/users/tastytea +:uri-git-format-patch: https://git-scm.com/docs/git-format-patch +:uri-git-send-email: https://git-scm.com/docs/git-send-email == How to contribute @@ -26,4 +28,5 @@ Please use similar coding conventions as the rest of the project. The basic rule to remember is to write code in the same style as the existing/surrounding code. You can also send me your patches via mailto:{contact-email}[E-Mail], ideally -using `git format-patch` or `git send-email`. +using link:{uri-git-format-patch}[git format-patch] or +link:{uri-git-send-email}[git send-email].