Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 749 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 749 Bytes

Contributing to Data Structures and Algorithms

Thank you for considering contributing to this repository! Your contributions help make this project better for everyone. Please take a moment to review the following guidelines before getting started:

How to Contribute

  1. Fork the repository to your GitHub account.
  2. Clone the forked repository to your local machine.
    git clone https://github.com/your-username/Data-Structures-and-Algorithms.git
    

Create a new branch for your changes.

git checkout -b feature/your-feature-name

Make your changes and commit them to your branch.

git commit -am "Add your commit message"

Push your changes to your fork.

git push origin feature/your-feature-name