Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 432 Bytes

File metadata and controls

16 lines (12 loc) · 432 Bytes

Contributing to AIECRS

How to Contribute

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

Code Style

Please follow PEP 8 for Python code style.

Reporting Issues

Use the issue tracker to report bugs or request features.