From fdd57bf642ea7de72dab3d61c2c48711829b8fe8 Mon Sep 17 00:00:00 2001 From: vinogradsoft Date: Sun, 3 Dec 2023 01:00:02 +0300 Subject: [PATCH] Updated CONTRIBUTING.md. --- CONTRIBUTING.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ad5592..4a8e0bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,12 @@ -Thank you for contributing to this project. - -Please submit pull requests to the master branch only. - -Please run phpunit. - -If you have added something new, create a new unit test. If you have changed something, update all unit tests as necessary. - -We aim to achieve 100% code coverage by tests, including checking for PHP errors and exceptional situations. Therefore, make sure your new or modified tests fully cover all changes you have made. +# Contributing + +Thanks for your contribution to this project. + +## Pull requests ++ If you added something new, create a new unit test. If you change anything, update everything if necessary + unit tests. ++ We strive to achieve 100% code coverage with tests, including checking for PHP errors and exceptions. That's why + Make sure your new or changed tests fully cover all the changes you've made. ++ Make sure you have updated `README.md`. ++ Create feature branches. Only submit pull requests to the master branch. ++ One pull request per feature.