From 8ef77771e75a49475023da6e69ebc5965b230154 Mon Sep 17 00:00:00 2001 From: zero-24 Date: Fri, 5 Aug 2016 13:17:35 +0200 Subject: [PATCH] Add patchtester description to README.md * Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 94d19a2..770df6c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ This repo is meant to hold the decoupled com_weblinks component and related code. +How to test a PR with the [Patch Tester Component](https://github.com/joomla-extensions/patchtester/releases/latest) +============ + +Easily apply changes from a pull requests against this repo: +Install the last release of [com_weblinks](https://github.com/joomla-extensions/weblinks/releases/latest) into your Joomla. +Install the last release of [com_patchtester](https://github.com/joomla-extensions/patchtester/releases/latest) into your Joomla (weblinks is supported since Version 3.0.0 Alpha 2). +Log into your site's administrator section, go to the Patch Tester Component Options (Components -> Patch Tester -> Options) +Switch the `GitHub Repository` to `Joomla Weblinks Package` +Click `Save & Close` and hit the `Fetch Data` Button to the the lastest pull requests +Click `Apply Patch` to apply the proposed changes from the pull request. +Click `Revert Patch` to revert an applied patch. + +You can read more about the Patch Tester extension on the [Joomla! Documentation Wiki](https://docs.joomla.org/Component_Patchtester_for_Testers). + # Building ```bash