Contributing
Help make Genfeed Core better for everyone.
Getting Started
- Fork the repository
- Clone your fork
- Create a branch for your feature
git clone https://github.com/YOUR_USERNAME/genfeed-core.git
cd genfeed-core
git checkout -b feature/my-featureDevelopment Setup
bun install
cp .env.example .env.local
# Add your API keys
bun devCode Style
- TypeScript strict mode
- Biome for linting and formatting
- Run before committing:
bun run lint
bun run formatPull Requests
- Keep PRs focused on a single feature/fix
- Write clear commit messages
- Add tests for new features
- Update docs if needed
Reporting Issues
- Use GitHub Issues
- Include reproduction steps
- Share relevant logs
Community
License
Genfeed Core is MIT licensed. By contributing, you agree to license your contributions under MIT.
Last updated on