Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 883 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 883 Bytes

Contributing to Agentic UI

We welcome contributions to Agentic UI! Here are some ways you can help:

Reporting Bugs

If you find a bug, please open an issue on GitHub with as much detail as possible.

Suggesting Features

We are always open to new ideas! If you have a feature request, please open an issue on GitHub.

Code Contributions

  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 some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

Please make sure your code follows our coding standards and includes tests if applicable.

Documentation

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!