Skip to content

Latest commit

 

History

History
56 lines (19 loc) · 1.35 KB

File metadata and controls

56 lines (19 loc) · 1.35 KB

Contributing to FileFlow

Thank you for your interest in contributing to FileFlow! We welcome all contributions, from bug reports to new features.

How to Report a Bug

If you find a bug, please open an issue on the GitHub repository. To help us resolve the issue quickly, please include the following information:

- Your operating system and PowerShell version.

- A clear and concise description of what the bug is.

- The steps to reproduce the bug.

- What you expected to happen and what actually happened.

- A copy of any relevant error messages from the console or the FileFlow.log file.

How to Suggest an Enhancement

If you have an idea for a new feature, feel free to open an issue to discuss it. This is the best way to ensure your suggestion aligns with the project's goals before you spend time on implementation.

How to Submit Changes (Pull Requests)

1. **Fork** the repository on GitHub.

2. Create a new **branch** for your changes (e.g., git checkout -b feature/add-image-resizing).

3. Make your changes and commit them with a clear, descriptive message.

4. Push your branch to your forked repository.

5. Open a **Pull Request** from your branch to the main FileFlow repository.

6. In the Pull Request description, please explain the changes you made and why.

Thank you for helping to make FileFlow better!