Skip to Content
Genfeed Core (OSS)Contributing

Contributing

Help make Genfeed Core better for everyone.

Getting Started

  1. Fork the repository
  2. Clone your fork
  3. Create a branch for your feature
git clone https://github.com/YOUR_USERNAME/genfeed-core.git cd genfeed-core git checkout -b feature/my-feature

Development Setup

bun install cp .env.example .env.local # Add your API keys bun dev

Code Style

  • TypeScript strict mode
  • Biome for linting and formatting
  • Run before committing:
bun run lint bun run format

Pull Requests

  1. Keep PRs focused on a single feature/fix
  2. Write clear commit messages
  3. Add tests for new features
  4. 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