Add a line mentioning how Pull Requests are being tested
diff --git a/contribute/patch.md b/contribute/patch.md
index 73a67a8..3374491 100644
--- a/contribute/patch.md
+++ b/contribute/patch.md
@@ -39,7 +39,7 @@
 
 ## Time for some coding ##
 
-Wicket uses Get [Git](http://git-scm.com/) as versioning system, so you
+Wicket uses [Git](http://git-scm.com/) as versioning system, so you
 need to have it properly installed and configured to start work on
 Wicket code base. The main git repository is hosted on [Apache git
 server](https://git-wip-us.apache.org/repos/asf/wicket.git) but is
@@ -64,6 +64,10 @@
 you have finished to work on you pull request, send us an email using
 [devs](mailto:dev@wicket.apache.org) mailing list.
 
+All Pull Requests are automatically tested at 
+[Github Actions](https://github.com/apache/wicket/actions) on AMD64 and
+at [TravisCI](https://travis-ci.com/github/apache/wicket/) on ARM64 platform.
+
 ### Create a patch ###
 
 If you prefer to work on our main repository, [clone it with