Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 1.02 KB

File metadata and controls

executable file
·
27 lines (18 loc) · 1.02 KB

Contributing to ART

First off, thank you for considering contributing to the Agentic Runtime Framework (ART)! Your help is invaluable in making this project better.

We welcome contributions in various forms, including:

  • Reporting bugs and issues
  • Suggesting new features or enhancements
  • Improving documentation
  • Submitting pull requests for bug fixes or new features

How to Contribute

(This is a placeholder. A more detailed guide on our development process, coding standards, and pull request guidelines will be added here soon.)

Reporting Issues

If you encounter a bug or have a suggestion, please open an issue on our GitHub repository. Provide as much detail as possible to help us understand and address the problem quickly.

Submitting Pull Requests

  1. Fork the repository and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Issue that pull request!

We look forward to your contributions!