This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/wicket-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9120ac2  Add a line mentioning how Pull Requests are being tested
9120ac2 is described below

commit 9120ac24eba69370771c663ce82b8332cd96b898
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
AuthorDate: Tue Dec 15 15:59:32 2020 +0200

    Add a line mentioning how Pull Requests are being tested
---
 contribute/patch.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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 @@ following steps:
 
 ## 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 @@ To create a pull request on GitHub follow the instructions 
you can find
 you have finished to work on you pull request, send us an email using
 [devs](mailto:d...@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

Reply via email to