Thank you for considering contributing to AgentQL's integrations! We welcome all contributions, whether it's reporting a bug, correcting grammar in UI, requesting new features, or anything else that helps improve the project.
- Check if your issue has already been reported in the Issues tab.
- If not, create a new issue with a clear title and description.
- Include steps to reproduce the issue if applicable.
- Provide relevant logs, screenshots, or example code.
Click the Fork button at the top-right of the repository page on GitHub.
git clone https://github.com/tinyfish-io/agentql-integrations.git
cd agentql-integrations
git checkout -b feature-branch-name
Use a descriptive branch name related to your change.
Edit edit edit!
git add .
git commit -m "Brief description of changes"
git push origin feature-branch-name
- Go to the original repository.
- Click on Pull Requests > New Pull Request.
- Select your branch and submit the PR.
- Provide a clear description of your changes.
- Link any related issues using
Closes #issue_number
.
- Your PR will be reviewed by a maintainer.
- You may be asked to make changes before it gets merged.
- Once approved, your code will be merged into the main branch!
We appreciate all contributions, whether big or small. Thank you for helping us bring AgentQL to more ecosystems and communities!