Thank you for your interest in contributing to LibFlow! Your contributions help make the project better and more useful for everyone.
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.).
Feature requests or improvements are welcome! Open an issue describing your idea, explaining why it would be beneficial and any potential implementation details.
-
Fork the repository and clone it locally.
-
Create a new branch for your feature or bugfix:
git checkout -b feature-or-bugfix-name
-
Make your changes, ensuring that your code:
- Follows the project's coding style.
- Is well documented.
- Includes comments where necessary.
-
Test your changes thoroughly.
- While there may not be automated tests yet, please test your changes carefully to ensure nothing breaks.