Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 536 Bytes

File metadata and controls

24 lines (16 loc) · 536 Bytes

🤝 Contributing Guide

Thank you for considering contributing to Prediction Markets UI!

🧱 How to Contribute

  1. Fork the repository
  2. Create a new feature branch
  3. Make your changes
  4. Submit a pull request with a clear description

📋 Coding Standards

  • Use meaningful commit messages
  • Write clean, modular, and documented code
  • Use ESLint and Prettier for code formatting

✅ Checklist before PR

  • Code compiles without errors
  • All tests pass
  • Documentation updated if needed

Happy coding!