Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 837 Bytes

File metadata and controls

33 lines (22 loc) · 837 Bytes

Contributing to Predicta

Thank you for considering contributing to Predicta! Here's how you can help:

How to Contribute

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/improvement)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature/improvement)
  6. Create a Pull Request

Code Style

  • Follow the existing code style
  • Write clear commit messages
  • Keep your changes focused

Reporting Issues

  • Use the issue tracker
  • Include steps to reproduce
  • Include expected and actual behavior
  • Include your environment details

Questions?

Feel free to contact the maintainers if you have any questions.

License

By contributing, you agree that your contributions will be licensed under the same license as the project.