From 73a4ba9a6ad014dcacdf01d9c78292afe9591e5d Mon Sep 17 00:00:00 2001 From: ddur <3501612+ddur@users.noreply.github.com> Date: Sun, 30 Jul 2023 11:09:34 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2cb3a17..dccf140 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,6 @@ Any feedback is contribution in the form or reporting Issues/Bugs or opening Dis Translating plugin strings, titles, messages etc is very velcome. -In the process ot the commiting and releasing, some code is transformed to comply with WordPress Code Standards (ie. translation variables) and irrelevant development comments are removed (except comments intended for documentation and doc-comments). This repository is just a transformed mirror of the private Git Repository. Consequently, there is no way to accept PR and merge it to original code, so please do not send Pull Request for the code. Translations are welcome as PR because they are in directory (/languages) separated from the code. +In the process ot the commiting and releasing, some code is transformed to comply with WordPress Code Standards (ie. translation variables) and irrelevant development comments are removed (except doc-comments). This repository is just a transformed mirror of the private Git Repository. Consequently, there is no way to accept PR and merge it to original code, so please do not send Pull Request for the code. Translations are welcome as PR because they are in directory (/languages) separated from the code. Thank you.