Thanks for your interest in contributing!
- Fork the repository
- Create a branch:
git checkout -b feature-name - Make your changes
- Test in Chrome (
chrome://extensions/) - Commit:
git commit -m "Add feature" - Push:
git push origin feature-name - Open a Pull Request
- Use 2 spaces for indentation
- Follow existing code style
- Test before submitting
- Add comments for complex logic
- Bug fixes
- New features
- Performance improvements
- Documentation updates
- UI/UX enhancements
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.