Contributing
How to Contribute
TextAlchemy is open source and welcomes contributions from the community!
Getting Started
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Development Setup
bash
git clone https://github.com/felipebossolani/text-alchemy-chrome-extension.git
cd text-alchemy-chrome-extension
pnpm install
pnpm dev
Guidelines
- Follow the existing code style
- Add tests for new features
- Update documentation as needed