You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2020/12/16 07:41:50 UTC

Re: [wicket-site] branch asf-site updated: generated jekyll html

Thanks, Sven!

On Wed, Dec 16, 2020 at 12:10 AM <sv...@apache.org> wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> svenmeier 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 3b8f33b  generated jekyll html
> 3b8f33b is described below
>
> commit 3b8f33b3fa332bfc20a7da8e6649077c1331fd36
> Author: Sven Meier <sv...@apache.org>
> AuthorDate: Tue Dec 15 23:09:50 2020 +0100
>
>     generated jekyll html
> ---
>  content/contribute/patch.html | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/content/contribute/patch.html b/content/contribute/patch.html
> index 4cab0c4..3a657ca 100644
> --- a/content/contribute/patch.html
> +++ b/content/contribute/patch.html
> @@ -167,7 +167,7 @@ prototyping the feature or demonstrating the bug.</p>
>
>  <h2 id="time-for-some-coding">Time for some coding</h2>
>
> -<p>Wicket uses Get <a href="http://git-scm.com/">Git</a> as versioning
> system, so you
> +<p>Wicket uses <a href="http://git-scm.com/">Git</a> 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 <a href="
> https://git-wip-us.apache.org/repos/asf/wicket.git">Apache git
>  server</a> but is
> @@ -192,6 +192,10 @@ the format rules.</p>
>  you have finished to work on you pull request, send us an email using
>  <a href="mailto:dev@wicket.apache.org">devs</a> mailing list.</p>
>
> +<p>All Pull Requests are automatically tested at
> +<a href="https://github.com/apache/wicket/actions">Github Actions</a> on
> AMD64 and
> +at <a href="https://travis-ci.com/github/apache/wicket/">TravisCI</a> on
> ARM64 platform.</p>
> +
>  <h3 id="create-a-patch">Create a patch</h3>
>
>  <p>If you prefer to work on our main repository, <a
> href="../start/download.html#snapshots-and-latest-bleeding-edge-code">clone
> it with
>
>