Merge pull request #159 from moli-debugger/bug/typo-error-fixes
Fic: typo error
This commit is contained in:
commit
b329d50a81
1 changed files with 9 additions and 13 deletions
|
|
@ -9,7 +9,7 @@ Thank you for investing time in contributing to our project! Here's a guide to g
|
||||||
To start your journey, you'll need your very own copy of **cognee**. Think of it as your own innovation lab. 🧪
|
To start your journey, you'll need your very own copy of **cognee**. Think of it as your own innovation lab. 🧪
|
||||||
|
|
||||||
1. Navigate to the [**cognee**](https://github.com/topoteretes/cognee) repository on GitHub.
|
1. Navigate to the [**cognee**](https://github.com/topoteretes/cognee) repository on GitHub.
|
||||||
2. In the upper-right corner, `click the 'Fork'` button.
|
2. In the upper-right corner, click the **'Fork'** button.
|
||||||
|
|
||||||
### 🚀 Clone the Repository
|
### 🚀 Clone the Repository
|
||||||
|
|
||||||
|
|
@ -35,30 +35,26 @@ Now's your chance to shine! Dive in and make your contributions. 🌠
|
||||||
|
|
||||||
## 3. 🚀 Submitting Changes
|
## 3. 🚀 Submitting Changes
|
||||||
|
|
||||||
After making your changes, follow these steps
|
After making your changes, follow these steps:
|
||||||
|
|
||||||
### ✅ Run the tests
|
### ✅ Run the Tests
|
||||||
|
|
||||||
to ensure your changes do not break the existing codebase:
|
Ensure your changes do not break the existing codebase:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
python cognee/cognee/tests/test_library.py
|
python cognee/cognee/tests/test_library.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 🚢 Push Your Feature Branch
|
||||||
### 🚢 Push your feature branch
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Add your changes to the staging area:
|
# Add your changes to the staging area:
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
|
|
||||||
# Commit changes with an adequate description
|
# Commit changes with an adequate description:
|
||||||
git commit -m "Describe your changes here"
|
git commit -m "Describe your changes here"
|
||||||
|
|
||||||
# Push your feature branch to your forked repository:
|
# Push your feature branch to your forked repository:
|
||||||
|
|
||||||
Copy code
|
|
||||||
git push origin feature/your-feature-name
|
git push origin feature/your-feature-name
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -67,9 +63,9 @@ git push origin feature/your-feature-name
|
||||||
You're on the verge of completion! It's time to showcase your hard work. 🌐
|
You're on the verge of completion! It's time to showcase your hard work. 🌐
|
||||||
|
|
||||||
1. Go to [**cognee**](https://github.com/topoteretes/cognee) on GitHub.
|
1. Go to [**cognee**](https://github.com/topoteretes/cognee) on GitHub.
|
||||||
2. Hit the `"Compare & Pull Request"` button.
|
2. Hit the **"Compare & Pull Request"** button.
|
||||||
3. Select the base branch `(main)` and the compare branch (the one with your features).
|
3. Select the base branch (main) and the compare branch (the one with your features).
|
||||||
4. Craft a `compelling title` and provide a `detailed description` of your contributions. 🎩
|
4. Craft a **compelling title** and provide a **detailed description** of your contributions. 🎩
|
||||||
|
|
||||||
## 4. 🔍 Review and Approval
|
## 4. 🔍 Review and Approval
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue