Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.05 KB

File metadata and controls

63 lines (39 loc) · 1.05 KB

🤝 Contributing

Thank you for your interest in contributing to this project!


How to Contribute

  1. Fork the repository

  2. Create a new branch

git checkout -b feature/your-feature-name
  1. Make your changes

  2. Commit your changes

git commit -m "Add: your feature description"
  1. Push to your fork
git push origin feature/your-feature-name
  1. Open a Pull Request

📌 Guidelines

  • Follow the existing project structure
  • Use clear and meaningful commit messages
  • Write clean, readable, and maintainable code
  • Test your changes before submitting
  • Avoid breaking existing functionality

Reporting Issues

If you find a bug or want to suggest a feature:

  • Open an issue with a clear title and description
  • Include steps to reproduce (if applicable)
  • Provide screenshots or logs if helpful

Code Style

  • Follow consistent naming conventions
  • Keep functions modular and reusable
  • Add comments where necessary

✨ Thank you for helping improve this project!