Thank you for your interest in contributing! This project values clarity, reliability, and professional collaboration.
- Fork this repository
- Create a new branch (
feature/my-featureorfix/my-fix) - Commit your changes with descriptive messages
- Open a Pull Request with a clear explanation of what you’ve done
- 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:)
If you modify functionality, update relevant documentation:
- README.md for user-facing behavior
- SETUP_GUIDE.md for setup steps
- TROUBLESHOOTING.md for known issues