From 97277a958a3550bced09d0791b1c5f8d44558fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Fri, 6 Nov 2020 18:02:34 +0000 Subject: [PATCH] README reworked Co-Authored-by: William Desportes Co-Authored-by: Saksham Gupta [ci selenium skip] Signed-off-by: William Desportes --- README.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index b0848553eb01..ff55276d4cef 100644 --- a/README.rst +++ b/README.rst @@ -42,20 +42,23 @@ Download You can get the newest release at https://www.phpmyadmin.net/. -If you prefer to follow the git repository, the following branch and tag names may be of interest: +If you prefer to follow the Git repository, the following branch and tag names may be of interest: * ``STABLE`` is the current stable release. * ``master`` is the development branch. * Releases are tagged, for example version 5.0.1 was tagged as ``RELEASE_5_0_1``. -Note that phpMyAdmin uses Composer to manage library dependencies, when using git -development versions you must manually run Composer. +Note that phpMyAdmin uses `Composer `_ to manage library dependencies, when using Git +development versions, you must manually run Composer. Please see `the documentation `_ for details. More Information ---------------- -Please see the documentation in the doc folder or at https://docs.phpmyadmin.net/. +Please see https://docs.phpmyadmin.net/, or browse the documentation in the doc folder. -For support or to learn how to contribute code or by translating to your language, -visit https://www.phpmyadmin.net/ +For `support `_ or `security issues `_ you can visit https://www.phpmyadmin.net/ + +Translations are welcome, you can `translate phpMyAdmin to your language `_. + +If you would like to contribute to the phpMyAdmin's codebase, you can read the `code contribution file `_ or browse our website's `contributing page `_.