Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 758 Bytes

File metadata and controls

38 lines (28 loc) · 758 Bytes

Contributing

Thanks for your interest in contributing!

How to Contribute

  1. Fork the repository
  2. Create a branch: git checkout -b feature-name
  3. Make your changes
  4. Test in Chrome (chrome://extensions/)
  5. Commit: git commit -m "Add feature"
  6. Push: git push origin feature-name
  7. Open a Pull Request

Coding Guidelines

  • Use 2 spaces for indentation
  • Follow existing code style
  • Test before submitting
  • Add comments for complex logic

What to Contribute

  • Bug fixes
  • New features
  • Performance improvements
  • Documentation updates
  • UI/UX enhancements

Testing

Load the extension in Chrome developer mode and test:

  • All affected features
  • Dark mode
  • Different meme sources
  • Text editing

That's it! Keep it simple.