Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.79 KB

CONTRIBUTING.md

File metadata and controls

68 lines (44 loc) · 1.79 KB

Contributing to AgentQL's Integrations

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.

How to Contribute

Reporting Issues

  1. Check if your issue has already been reported in the Issues tab.
  2. If not, create a new issue with a clear title and description.
  3. Include steps to reproduce the issue if applicable.
  4. Provide relevant logs, screenshots, or example code.

Submitting Code Changes

1. Fork the Repository

Click the Fork button at the top-right of the repository page on GitHub.

2. Clone Your Fork

git clone https://github.com/tinyfish-io/agentql-integrations.git
cd agentql-integrations

3. Create a Branch

git checkout -b feature-branch-name

Use a descriptive branch name related to your change.

4. Make Your Changes

Edit edit edit!

5. Commit Your Changes

 git add .
 git commit -m "Brief description of changes"

6. Push to Your Fork

 git push origin feature-branch-name

7. Open a Pull Request

  1. Go to the original repository.
  2. Click on Pull Requests > New Pull Request.
  3. Select your branch and submit the PR.
  4. Provide a clear description of your changes.
  5. Link any related issues using Closes #issue_number.

Code Review Process

  • 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!

Acknowledgments

We appreciate all contributions, whether big or small. Thank you for helping us bring AgentQL to more ecosystems and communities!