Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 695 Bytes

File metadata and controls

26 lines (19 loc) · 695 Bytes

Contributing Guidelines

Thanks for considering contributing to this project!

How to Contribute

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes
  4. Commit your changes: git commit -m "Add some feature"
  5. Push to the branch: git push origin feature/your-feature-name
  6. Submit a pull request

Code Guidelines

  • Write clean, readable code.
  • Keep the UI consistent with the current styling.
  • Comment your code where necessary.
  • Test before submitting.

Reporting Issues

If you find a bug, please open an issue and include:

  • A clear title and description
  • Steps to reproduce
  • Screenshots or code if applicable