Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

38 lines (25 loc) · 1.08 KB

Contributing to UXF Replay Engine

Contributions are welcome. Whether it's bug reports, new features, or documentation improvements, your help is greatly appreciated!

How to Contribute

  1. Fork the repository on GitHub.

  2. Clone your fork to your local machine.

  3. Create a new branch for your changes:

    git checkout -b feature-name
  4. Make your changes and ensure the code compiles and runs correctly.

  5. Commit your changes with clear and descriptive commit messages.

  6. Push to your fork:

    git push origin feature-name
  7. Create a Pull Request on the original repository

Guidelines

  • Follow the existing coding style.
  • Document any new functionality.
  • Write tests when applicable.
  • Ensure your code passes any existing test cases.

Reporting Bugs

Please open an issue with a detailed description of the problem, steps to reproduce it, and any relevant error messages or logs.

Feature Requests

Feature requests can be submitted as issues. Please describe your idea clearly and explain how it would benefit the project.