Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 823 Bytes

File metadata and controls

24 lines (17 loc) · 823 Bytes

Contributing Guidelines

Thank you for your interest in contributing! This project values clarity, reliability, and professional collaboration.

How to Contribute

  1. Fork this repository
  2. Create a new branch (feature/my-feature or fix/my-fix)
  3. Commit your changes with descriptive messages
  4. Open a Pull Request with a clear explanation of what you’ve done

Code Standards

  • Follow modern ES6+ JavaScript practices
  • Maintain consistent indentation and formatting
  • Ensure commits are clear and atomic
  • Use descriptive PR titles following Conventional Commits (feat:, fix:, docs:)

Documentation

If you modify functionality, update relevant documentation:

  • README.md for user-facing behavior
  • SETUP_GUIDE.md for setup steps
  • TROUBLESHOOTING.md for known issues