From fe04c76a34666ee174a07cc4a1194f27f4b7d547 Mon Sep 17 00:00:00 2001 From: Dan Untenzu Date: Mon, 16 Jan 2017 15:31:13 +0100 Subject: [PATCH] [FEATURE] Readme: Add link to contribution file Its a common way to include a CONTRIBUTING.md file (https://github.com/blog/1184-contributing-guidelines) to explain developers things like code format, structures and patch guidelines. Rename the newcomers file to CONTRIBUTING.md and add a link to it in the README. --- NEWCOMER.txt => CONTRIBUTING.md | 0 README.md | 10 ++++++++++ 2 files changed, 10 insertions(+) rename NEWCOMER.txt => CONTRIBUTING.md (100%) diff --git a/NEWCOMER.txt b/CONTRIBUTING.md similarity index 100% rename from NEWCOMER.txt rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 945d231..0ad0123 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,16 @@ GNU Affero General Public License version 3 (AGPLv3). The GNU Affero General Public License can be found at https://www.gnu.org/licenses/agpl.html. +## Contribution + +If you want to contribute to project, then take a look at the git repository: + +- https://gitlab.com/mojo42/Jirafeau + +and the Contribution Guidelines + +- https://gitlab.com/mojo42/Jirafeau/blob/master/CONTRIBUTING.md + ## FAQ ### Can I add a new language in Jirafeau? -- 2.34.1