From 8b1ea5d6c71dca1049df9bb4b2ec35f990a76ec4 Mon Sep 17 00:00:00 2001 From: ferkans-amir Date: Fri, 24 Jul 2026 09:19:03 +0200 Subject: [PATCH] docs: remove redundant comma and improve phrasing in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28345df87c..24cd31d868 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,13 +12,13 @@ You can contribute to the Cozeloop project in several ways: * Improve documentation and code comments * Participate in code reviews -Improvements to the core application, and documentation are all welcome. If you have any questions, please contact the project maintainers. +Improvements to the core application and documentation are all welcome. If you have any questions, please contact the project maintainers. Before making significant changes, please open an issue to discuss your proposed changes. Make sure tests pass before submitting a pull request. ## Project Overview -You could go to [README](./README.md) to find more information. +You can refer to [README](./README.md) to find more information. ## Code Submission Process