Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 953 Bytes

File metadata and controls

17 lines (13 loc) · 953 Bytes

Contributing to Color Blind Test

Thank you for investing your time in contributing to our project!

How to Contribute

  1. Fork the Repository: Create your own fork of this project.
  2. Clone Locally: Clone your fork to your computer.
  3. Create a Branch: Create a feature branch for your changes (git checkout -b feature/AmazingFeature).
  4. Implement Changes: Write clean, vanilla JavaScript and optimize style performance. Ensure zero external dependencies are added.
  5. Commit & Push: Commit your changes with descriptive messages and push to your fork.
  6. Open a Pull Request: Open a PR describing what you changed and why.

Code Style Guidelines

  • Maintain the single-file structure (index.html) unless the feature size warrants architecture separation.
  • Keep performance optimized for static rendering.
  • Ensure all pixel calculations are secure and processed entirely inside the user's browser.