Thanks for your interest in contributing to AI Node Analyzer.
- 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
- Clone the repository
- Create a virtual environment (optional)
- 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