File size: 670 Bytes
a8aec61 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# Contributing to Agent UI
Contributions are welcome! Please feel free to submit a Pull Request or raise an issue.
## How to Contribute
1. For bugs and feature requests, please raise a ticket first
2. Fork the repository
3. Create your feature branch (`git checkout -b feature/amazing-feature`)
4. Commit your changes (`git commit -m 'Add some amazing feature'`)
5. Push to the branch (`git push origin feature/amazing-feature`)
6. Open a Pull Request
## Code of Conduct
Please be respectful and considerate of others when contributing to this project.
## Questions?
If you have any questions about contributing, please feel free to reach out to the maintainers.
|