Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 508 Bytes

File metadata and controls

30 lines (21 loc) · 508 Bytes

Contributing

Thanks for contributing!

Setup

git clone https://github.com/EvezArt/evez-glitch.git
cd evez-glitch
npm install

Making Changes

  1. Create a feature branch: git checkout -b feature/your-feature
  2. Make your changes and add tests
  3. Run the test suite: npm test
  4. Commit with a clear message
  5. Push and open a PR

Standards

  • Write clean, readable code
  • Add tests for new features

PR Checklist

  • Tests pass
  • No new linting errors
  • Docs updated