Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 925 Bytes

File metadata and controls

31 lines (22 loc) · 925 Bytes

Contributing to Lilium AI

Thank you for your interest in contributing to Lilium AI! We welcome contributions from the community.

How to Contribute

  1. Fork the repository on GitHub.
  2. Clone your fork locally.
  3. Create a new branch for your feature or bug fix:
    git checkout -b feature/my-awesome-feature
  4. Make your changes and commit them with clear messages.
  5. Push your changes to your fork.
  6. Submit a Pull Request to the main branch of the original repository.

Development Setup

  1. Install dependencies: pnpm install
  2. Copy config: cp config.example.json config.json
  3. Start dev mode: pnpm start

Code Style

  • We use TypeScript.
  • Please ensure your code is clean and well-commented.
  • Follow the existing project structure.

Reporting Issues

If you find a bug or have a feature request, please open an issue on GitHub.