Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.24 KB

File metadata and controls

46 lines (32 loc) · 1.24 KB

Contributing to fdir

Thank you so much for your interest in contributing to fdir!
Your contributions help improve the tool and make it more useful for everyone.

This document outlines how to contribute in a way that keeps the project healthy, consistent, and easy to maintain.

How to Contribute

You can contribute in several ways:

  • Report bugs or issues
  • Suggest new features
  • Improve documentation
  • Submit code fixes or enhancements
  • Add tests or improve existing ones

Reporting Issues

Before opening a new issue, please:

  1. Search existing issues to ensure it hasn't already been reported.
  2. Include the following details in your report:
    • Operating system and version
    • Python version
    • fdir version
    • Exact command used
    • Expected behavior vs actual behavior
    • Any error output or traceback

A good issue report helps me fix problems faster.


Feature Requests

If you have a feature idea:

  1. Check existing issues to avoid duplicates.
  2. Open a new issue and describe:
    • The problem you’re trying to solve
    • Your proposed solution
    • Any alternatives considered
    • Why this feature is useful

Feature requests are evaluated based on usefulness, complexity, and alignment with project goals.