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
(This is a placeholder. A more detailed guide on our development process, coding standards, and pull request guidelines will be added here soon.)
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.
- Fork the repository and create your branch from
main. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
We look forward to your contributions!