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:
parent
4324637604
commit
29c6338647
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue