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.
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
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!
If you'd like to contribute code, please follow these steps:
- Fork the Repository: Create your own copy of the project to work on.
- Create a Feature Branch:
git checkout -b feature/MyNewFeature - Make Your Changes: Add your feature or fix your bug.
- Commit Your Changes:
git commit -m 'Add some AmazingFeature' - Push to Your Branch:
git push origin feature/MyNewFeature - Open a Pull Request: Submit a pull request back to the main repository's
mainbranch.
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!