From 409336963b971ffa0360ff86e2cf0ff8cf6552f6 Mon Sep 17 00:00:00 2001 From: Don HO Date: Wed, 5 Feb 2020 18:40:21 +0100 Subject: [PATCH] Add 2 entries in README.md Add License & Contribution entries. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93a83419..0c1367e5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ What is Notepad++ ? Notepad++ is a free (free as in both "free speech" and "free beer") source code editor and Notepad replacement that supports several programming languages and natural languages. Running in the MS Windows environment, its use is governed by -GPL License. +[GPL License](LICENSE). + +See the [Notepad++ official site](https://notepad-plus-plus.org/) for more information. Notepad++ Release Key --------------------- @@ -92,6 +94,11 @@ To build SciLexer.dll without PCRE support (for both 32-bit & 64-bit): (where `notepad++.exe` is) is `PowerEditor\visual.net\Unicode Debug\`. -See the [Notepad++ official site](https://notepad-plus-plus.org/) for more information. +Contribution +------------ + +Code contribution is welcome. Here are some [rules](CONTRIBUTING.md) that your should follow to make your contribution accepted easily. [Notepad++ Contributors](https://github.com/notepad-plus-plus/notepad-plus-plus/graphs/contributors) + +