Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.2 KB

File metadata and controls

38 lines (27 loc) · 1.2 KB

Contributing to LibFlow

Thank you for your interest in contributing to LibFlow! Your contributions help make the project better and more useful for everyone.

How to Contribute

Reporting Bugs

If you find a bug or unexpected behavior, please open an issue in the GitHub repository with the following details:

  • A clear and descriptive title.
  • Steps to reproduce the bug.
  • What you expected to happen.
  • What actually happened.
  • Your environment (OS, compiler version, etc.).

Suggesting Enhancements

Feature requests or improvements are welcome! Open an issue describing your idea, explaining why it would be beneficial and any potential implementation details.

Submitting Pull Requests

  1. Fork the repository and clone it locally.

  2. Create a new branch for your feature or bugfix:

    git checkout -b feature-or-bugfix-name
  3. Make your changes, ensuring that your code:

    • Follows the project's coding style.
    • Is well documented.
    • Includes comments where necessary.
  4. Test your changes thoroughly.

    • While there may not be automated tests yet, please test your changes carefully to ensure nothing breaks.

Thank you for helping improve LibFlow! 🚀