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. diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..28c1e96d --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +For **feature requests**, you can delete this whole txt. + +For **bug reports**, please use the folowing structure: + +1. expected behaviour +2. incorrect behaviour +3. the operating system & version +4. PHP version on the server +5. MySQL / MariaDB version on the server