Skip to content

Shravan250/DSA-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🀝 Contributing to DSL Visualizer

Thank you for your interest in contributing to DSL Visualizer! πŸŽ‰ This project is primarily a solo endeavor, but contributions are welcome through Pull Requests (PRs) to improve and refine the project.

πŸš€ How to Contribute

  1. Fork the Repository
    Click on the Fork button at the top-right of this repository to create your own copy.

  2. Clone Your Fork

    git clone https://github.com/your-username/DSL-Visualizer.git
    cd DSL-Visualizer
  3. Create a New Branch

    git checkout -b feature-yourFeatureName
  4. Make Your Changes

    • Implement your feature/fix
    • Ensure the code follows best practices
    • Test before committing
  5. Commit Your Changes

    git add .
    git commit -m "✨ Added [feature] - brief description"
  6. Push to Your Fork

    git push origin feature-yourFeatureName
  7. Create a Pull Request (PR)

    • Go to the original repo: DSL Visualizer
    • Click on Pull Requests
    • Click New Pull Request and select your branch
    • Add a clear description of your changes
    • Submit for review 🎯

βœ… Contribution Guidelines

  • Keep PRs small and focused (one feature/fix per PR).
  • Ensure code readability and maintainability.
  • Follow the commit message convention (✨ Added, πŸ› Fixed, ⚑ Improved).
  • Be respectful and constructive in discussions.

πŸ” Need Help?

Feel free to open an issue or start a discussion if you have questions. Let's build something amazing together! πŸš€

About

Project to Visualize Data Structure and Algorithma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published