summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-02-02 15:01:50 +0100
committertastytea2020-02-02 15:01:50 +0100
commitaf1993c71f4c35345f8bb5f88ccd7e7976f8f1dc (patch)
tree22795024d99a2c2aa87bc32237324448c1618c3f
parent185ab919784d7646d114e04bce187f60a7094e6d (diff)
downloadmastodonpp-af1993c71f4c35345f8bb5f88ccd7e7976f8f1dc.tar
mastodonpp-af1993c71f4c35345f8bb5f88ccd7e7976f8f1dc.tar.gz
mastodonpp-af1993c71f4c35345f8bb5f88ccd7e7976f8f1dc.zip
Add hyperlinks to git commands in contributing guidelines.
-rw-r--r--CONTRIBUTING.adoc5
1 files changed, 4 insertions, 1 deletions
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].