Skip to content

Latest commit

 

History

History
executable file
·
42 lines (34 loc) · 825 Bytes

File metadata and controls

executable file
·
42 lines (34 loc) · 825 Bytes

Contributing to DSAVisualizer

Thank you for considering contributing to this project! ❤️

We welcome contributions in the form of:

  • Bug fixes 🐛
  • New Algorithm Visualizers ✨
  • UI/UX Improvements 🎨
  • Documentation 📚

Getting Started

  1. Fork the repository
  2. Clone your fork
git clone https://github.com/your-username/dsavisualizer.git
  1. Create a new branch
git checkout -b feature-name
  1. Make your changes
  2. Commit your changes
git commit -m "Added: your feature description"
  1. Push to GitHub
git push origin feature-name
  1. Open a Pull Request

Guidelines

  1. Follow clean code practices
  2. Proper commit messages
  3. Test your code before PR
  4. No plagiarism in blog content

Happy Contributing! 🚀

Made with ❤️ by Sohan Rout