Thank you for your interest in contributing to Codefoli! This document outlines how to contribute to the project.
-
Fork the Repository: Start by forking the Codefoli repository.
-
Clone the Forked Repo: After forking, clone your fork locally.
git clone https://github.com/YOUR_USERNAME/Codefoli.git
-
Create a New Branch: Always create a new branch for your changes.
git checkout -b your-branch-name
-
Make Changes: Modify the code and make sure it adheres to the project's coding standards.
-
Commit and Push Changes:
git add . git commit -m "Your commit message" git push origin your-branch-name
-
Open a Pull Request (PR): Go to the GitHub page of your fork and click "New Pull Request". Fill in the necessary information and submit.
If you're interested in becoming a regular contributor, please contact us at [email protected]. We're always looking for people who can bring new perspectives to the project.
If you have questions about contributing, feel free to reach out at [email protected].
Thank you for contributing to Codefoli!