Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.58 KB

File metadata and controls

35 lines (23 loc) · 1.58 KB

Contributing to TaxConsult AI Agent

First off, thank you for considering contributing! Your help is what makes the open-source community thrive. We welcome any and all contributions, from bug reports and feature requests to code changes and documentation improvements.

How Can I Contribute?

Reporting Bugs

If you find a bug, please open an issue and provide as much detail as possible, including:

  • A clear and descriptive title.
  • Steps to reproduce the bug.
  • Any relevant error messages or logs.
  • If applicable : Your operating system and browser version.
  • If applicable : Your Suggestions on how to possibly fix the bug

Suggesting Enhancements

Have an idea to make this project even better? Open an issue with the "enhancement" tag and describe your idea. We'd love to hear it!

Pull Requests

If you'd like to contribute code, please follow these steps:

  1. Fork the Repository: Create your own copy of the project to work on.
  2. Create a Feature Branch: git checkout -b feature/MyNewFeature
  3. Make Your Changes: Add your feature or fix your bug.
  4. Commit Your Changes: git commit -m 'Add some AmazingFeature'
  5. Push to Your Branch: git push origin feature/MyNewFeature
  6. Open a Pull Request: Submit a pull request back to the main repository's main branch.

Contribution Licensing

Please note that all contributions you make to this project will be licensed under the AGPLv3. By submitting a pull request, you agree to license your work under these terms.

Thank you again for your interest in making the TaxConsult AI Agent better!