From: Dan Untenzu Date: Mon, 16 Jan 2017 14:31:13 +0000 (+0100) Subject: [FEATURE] Readme: Add link to contribution file X-Git-Tag: 2.0.0~15 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/fe04c76a34666ee174a07cc4a1194f27f4b7d547 [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. --- 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?