Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 805 Bytes

File metadata and controls

38 lines (30 loc) · 805 Bytes

Contributing to ColorShift

Hey there! Thanks for checking out ColorShift! We're excited to have you here!

Quick Start Guide

  1. Fork the repository
  2. Clone your fork locally
  3. Install dependencies:
    npm install
  4. Make your awesome changes
  5. Test thoroughly
  6. Make sure the code is well formatted (there is prettier who can help you)
  7. Push & open a PR

Contribution Guidelines

Keep it clean and simple:

  • Follow our code style
  • Document your changes clearly
  • Use these commit prefixes for your final PR commit:
    feat: New feature
    fix: Bug fix
    docs: Documentation
    style: Code style
    refactor: Code changes
    test: Testing
    perf: Performance
    
  • Be nice to others!

Need Help?

Found a bug or have a cool idea? Open an issue and let's chat!