fix: Update CONTRIBUTING.md (#1186)

<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
This commit is contained in:
Vasilije 2025-08-02 17:12:51 +02:00 committed by GitHub
parent 4324637604
commit 29c6338647
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,9 @@ python cognee/cognee/tests/test_library.py
## 4. 📤 Submitting Changes
1. Push your changes:
1. Install ruff on your system
2. Run ```ruff format .``` and ``` ruff check ``` and fix the issues
3. Push your changes:
```shell
git add .
git commit -s -m "Description of your changes"