Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 566 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 566 Bytes

Contributing Guidelines

Quick Start

  1. Fork repository
  2. Create branch: git checkout -b feature-name
  3. Make changes
  4. Commit: git commit -s -m 'description'
  5. Push: git push origin feature-name
  6. Create pull request

Issues

Open an issue with:

  • Problem description
  • Steps to reproduce
  • Expected vs actual results
  • System details

Pull Requests

  • Test changes thoroughly
  • Update documentation if needed
  • Add clear commit messages
  • Follow existing code style

I review all contributions promptly. Delete your branch after merging.