Thank you for considering contributing to SaaS Forge!
Getting Started
- Fork the repository
- Clone your fork
- Create a feature branch
- Make your changes
- Submit a pull request
Development Setup
git clone <https://github.com/YOUR_USERNAME/saas-forge.git>
cd saas-forge
pnpm install
pnpm dev
Code Style
- Use TypeScript for all code
- Follow ESLint configuration
- Format with Prettier
- Write meaningful commit messages
Submitting Changes
- Create a feature branch:
git checkout -b feature/my-feature - Commit changes:
git commit -m "Add feature" - Push to branch:
git push origin feature/my-feature - Open a Pull Request
Reporting Issues
Use GitHub Issues to report bugs or request features.
Include:
- Clear description
- Steps to reproduce
- Expected vs actual behavior
- Environment details
