Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

41 lines (25 loc) · 1.34 KB

Contributing to Codefoli

Thank you for your interest in contributing to Codefoli! This document outlines how to contribute to the project.

Submitting Pull Requests

  1. Fork the Repository: Start by forking the Codefoli repository.

  2. Clone the Forked Repo: After forking, clone your fork locally.

    git clone https://github.com/YOUR_USERNAME/Codefoli.git
  3. Create a New Branch: Always create a new branch for your changes.

    git checkout -b your-branch-name
  4. Make Changes: Modify the code and make sure it adheres to the project's coding standards.

  5. Commit and Push Changes:

    git add .
    git commit -m "Your commit message"
    git push origin your-branch-name
  6. 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.

Becoming a Contributor

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.

Questions?

If you have questions about contributing, feel free to reach out at [email protected].

Thank you for contributing to Codefoli!