We welcome contributions to Agentic UI! Here are some ways you can help:
If you find a bug, please open an issue on GitHub with as much detail as possible.
We are always open to new ideas! If you have a feature request, please open an issue on GitHub.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
Please make sure your code follows our coding standards and includes tests if applicable.
Improving documentation is a great way to contribute. If you find any errors or have suggestions, please open an issue or submit a pull request.
Thank you for contributing!