Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 903 Bytes

File metadata and controls

40 lines (26 loc) · 903 Bytes

Contributing Guide

Thank you for your interest in contributing to this project! 🎉

We welcome improvements, bug fixes, and new features.

How You Can Contribute

  • Implement new sorting algorithms
  • Report bugs or suggest improvements
  • Improve documentation or code quality

Getting Started

1. Fork & Clone the Repository

  • Fork the repository on GitHub
  • Clone your fork locally:
git clone https://github.com/<your-username>/Sorting-Algorithms-Visualizer.git
cd Sorting-Algorithms-Visualizer

2. Install Dependencies

pip install -r requirements.txt

3. Create an Issue

  • Open an issue describing your idea or bug fix
  • Wait for it to be assigned before starting work

Submitting Changes

  • Use clear and descriptive commit messages
  • Ensure your branch is up to date with the main branch
  • Avoid merge conflicts before submitting a pull request