Thank you for your interest in contributing to this project! Contributions are welcome and appreciated.
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/REPO_NAME.git - Create a feature branch:
git checkout -b feature/amazing-feature - Make your changes and commit with clear messages
- Push to your fork:
git push origin feature/amazing-feature - Open a Pull Request against the
mainbranch
See the main README.md for installation and setup instructions.
- Follow existing code patterns and conventions
- Use TypeScript strict mode
- Add comments for complex logic or non-obvious decisions
- Ensure code passes existing lints and builds
- Test your changes thoroughly before submitting
- Include relevant test cases if applicable
- Verify the app works in development mode
- Use clear, descriptive commit messages
- Start with a verb (Add, Fix, Update, Remove, etc.)
- Keep the first line under 72 characters
Feel free to open an issue for discussion before starting major work.