From 9ec9a7521dde0b624aa3fb6f0e22212fc8ca4b6b Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Tue, 21 Nov 2017 02:03:54 +0100 Subject: [PATCH] Update CONTRIBUTING.md basic info for contributors --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53836da5..a3d77db7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ -Shadow -martinambrus -ronix -yi12345 -advocaite +We accept pull requests which will undergo a review of at least 1 of this project's contributors. These will be checked for validity of both, correctness and coding standards. If an issue will arise, you will be informed with a detailed explanation of what changes are needed in order for your pull request to be included in the project. + +Please **do NOT** submit pull requests with translations directly inside the code. You can create new language constants in the [`GameEngine/Lang/en.php`](https://github.com/Shadowss/TravianZ/tree/master/GameEngine/Lang) file + your own language file respectively, then use these everywhere in the code. + +If you would like to transfer your knowledge about Travian, including gameplay, mathematical equations used to calculate things inside or strategies, please don't hesitate to contribute either directly to [our Wiki](https://github.com/Shadowss/TravianZ/wiki) (if you have permissions) or by creating a new issue / pull request.