Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 1.03 KB

Contributing to Educhain

We welcome contributions to Educhain! Here's how you can help:

Reporting Issues

  • Use the GitHub issue tracker to report bugs
  • Describe the issue in detail, including steps to reproduce
  • Include your environment details (OS, Python version, etc.)

Submitting Changes

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some AmazingFeature')
  5. Push to the branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

Coding Conventions

  • Follow PEP 8 style guide
  • Write clear, commented code
  • Include unit tests for new features

Documentation

  • Update the README.md with details of changes to the interface
  • Update the docs/ folder for substantial changes

Questions?

Feel free to contact us:

Thank you for your contributions! Made with ❤️ by the Educhain Team