Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

55 lines (39 loc) · 1.49 KB

Contributing to FiveM Hot Reload

First off, thank you for considering contributing to FiveM Hot Reload!

Development Process

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Code Style

Please follow these guidelines:

  • Use standard Rust formatting (cargo fmt)
  • Run cargo clippy before submitting code
  • Keep functions small and focused
  • Add comments for complex logic
  • Update documentation when needed

Pull Request Process

  1. Update the README.md with details of changes if needed
  2. Update the version numbers following Semantic Versioning
  3. Your PR will be reviewed by maintainers
  4. Once approved, your PR will be merged

Bug Reports

When filing an issue, please include:

  • Your operating system
  • Detailed steps to reproduce the bug
  • Any error messages
  • Expected vs actual behavior

Feature Requests

We love new ideas! When requesting a feature, please:

  • Explain the problem you're trying to solve
  • Keep the scope as narrow as possible
  • Discuss your solution proposal

Questions or Problems?

Feel free to:

  • Open an issue for discussion
  • Ask questions about the code
  • Suggest improvements

License

By contributing, you agree that your contributions will be licensed under the MIT License.

Thank you for helping make FiveM Hot Reload better! 🚀