Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 789 Bytes

File metadata and controls

37 lines (23 loc) · 789 Bytes

Contributing

Thanks for your interest in contributing to AI Node Analyzer.

How to contribute

  • Open an issue to report bugs or suggest improvements
  • Keep pull requests focused on one change
  • Write clear commit messages (e.g. fix:, docs:, feat:)
  • Update documentation when behavior changes

Development setup

  1. Clone the repository
  2. Create a virtual environment (optional)
  3. Install dependencies:
    pip install -r requirements.txt

4.Create a .env file with:OPENAI_API_KEY=your_api_key_here

Coding guidelines

Prefer small, readable functions

Handle errors gracefully

Keep output JSON format stable when possible

Pull request checklist

Code runs locally

README updated (if needed)

No secrets or API keys committed

Commit messages are clea