Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.03 KB

File metadata and controls

34 lines (27 loc) · 1.03 KB

Contributing to ChangeFileDateTools

We love your input! We want to make contributing to this project as easy and transparent as possible.

Development Process

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure your code lints and follows the existing style.
  4. Issue that pull request!

Pull Request Guidelines

  • Describe your changes in detail.
  • Reference any related issues.
  • Keep pull requests focused – one feature per PR.

Reporting Bugs

  • Use the issue tracker and include:
    • A clear description
    • Steps to reproduce
    • Expected vs actual behavior
    • Screenshots if applicable
    • Your environment (OS, PowerShell version)

Suggesting Enhancements

  • Use the issue tracker and tag it as enhancement.
  • Explain why this feature would be useful.

Code Style

  • Use meaningful variable names.
  • Comment complex logic.
  • Keep functions small and focused.

License

By contributing, you agree that your contributions will be licensed under the MIT License.