Skip to content

feat: made CONTRIBUTING.md better, fun and emojified #452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 35 additions & 26 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,64 @@
🌟 To contribute to this GitHub project, let's make it a fun adventure! Here are the steps to join the party:

To contribute to this GitHub project, you can follow these steps:
1. 🍴 Fork the repository you want to contribute to by clicking the "Fork" button on the project page.

1. Fork the repository you want to contribute to by clicking the "Fork" button on the project page.
2. 🚀 Clone the repository to your local machine and enter the newly created repo using the following commands:

2. Clone the repository to your local machine and enter the newly created repo using the following commands:

```
```bash
git clone https://github.com/YOUR-GITHUB-USERNAME/TaskMatrix.git
cd TaskMatrix
```
3. Create a new branch for your changes using the following command:

```
3. 🌿 Create a new branch for your changes using the following command:

```bash
git checkout -b "branch-name"
```
4. Make your changes to the code or documentation.

5. Add the changes to the staging area using the following command:
```
git add .
```
4. 🎨 Make your changes to the code or documentation. Get creative!

5. 🚂 Add the changes to the staging area using the following command:

6. Commit the changes with a meaningful commit message using the following command:
```bash
git add .
```

6. 📝 Commit the changes with a meaningful commit message using the following command:

```bash
git commit -m "your commit message"
```
7. Push the changes to your forked repository using the following command:
```

7. 🚀 Push the changes to your forked repository using the following command:

```bash
git push origin branch-name
```
8. Go to the GitHub website and navigate to your forked repository.

9. Click the "New pull request" button.
8. 🌐 Go to the GitHub website and navigate to your forked repository.

10. Select the branch you just pushed to and the branch you want to merge into on the original repository.
9. 🌟 Click the "New pull request" button.

11. Add a description of your changes and click the "Create pull request" button.
10. 🌳 Select the branch you just pushed to and the branch you want to merge into on the original repository.

12. Wait for the project maintainer to review your changes and provide feedback.
11. 📢 Add a description of your changes and click the "Create pull request" button.

13. Make any necessary changes based on feedback and repeat steps 5-12 until your changes are accepted and merged into the main project.
12. 🧐 Wait for the project maintainer to review your changes and provide feedback.

14. Once your changes are merged, you can update your forked repository and local copy of the repository with the following commands:
13. 🔄 Make any necessary changes based on feedback and repeat steps 5-12 until your changes are accepted and merged into the main project.

```
14. 🎉 Once your changes are merged, you can update your forked repository and local copy of the repository with the following commands:

```bash
git fetch upstream
git checkout main
git merge upstream/main
```
Finally, delete the branch you created with the following command:
```

Finally, 🪂 delete the branch you created with the following command:

```bash
git branch -d branch-name
```
That's it you made it 🐣⭐⭐

That's it, you've made it! 🐣✨ Your contributions have earned you ⭐⭐ in the open-source galaxy. 🌌🚀 Keep the open-source spirit alive! 🤘😎