Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 811 Bytes

File metadata and controls

32 lines (23 loc) · 811 Bytes

Contributing to Midnight Knowledge Agent

Thank you for your interest in contributing! 🎉

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Test thoroughly
  5. Commit with clear messages (git commit -m 'Add amazing feature')
  6. Push to your branch (git push origin feature/amazing-feature)
  7. Open a Pull Request

Code Style

  • Follow PEP 8 for Python code
  • Add docstrings to functions
  • Include comments for complex logic
  • Update README if adding features

Reporting Issues

Use GitHub Issues and include:

  • Clear description
  • Steps to reproduce
  • Expected vs actual behavior
  • System information (OS, Python version)

Questions?

Feel free to open a discussion or issue!