Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 614 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 614 Bytes

Contributing to Conversational AI System

Guidelines

  1. Fork the repository and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.

Environment Variables

  1. Copy .env.example to .env in the backend directory
  2. Update the variables in .env with your actual values
  3. Never commit .env file to the repository
  4. If you add new environment variables:
    • Add them to .env.example with dummy values
    • Update the README.md with any new instructions

Testing

Run the test suite using: