Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.13 KB

File metadata and controls

34 lines (24 loc) · 1.13 KB

Contributing Guide

Thanks for considering contributing to this project! 🚀
There are many ways you can help:

🐛 Reporting Issues

  • Check the issue tracker to see if your bug or feature request already exists.
  • If not, create a new issue:
    • Use a clear, descriptive title.
    • Provide as much detail as possible (steps to reproduce, screenshots, expected vs. actual behavior).

💡 Suggesting Features

  • Open an issue with the label enhancement.
  • Describe the problem your feature would solve.
  • Suggest a possible solution or approach if you have one.

🔧 Contributing Code

  1. Fork this repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit: git commit -m "Add your message here"
  4. Push to your fork: git push origin feature/your-feature-name
  5. Submit a pull request.

✅ Pull Request Guidelines

  • Keep PRs small and focused.
  • Reference related issues (Closes #issue_number).
  • Ensure code follows the project’s style and conventions.
  • Add tests if applicable.

We welcome all contributions — from fixing typos to major features!