Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.54 KB

File metadata and controls

37 lines (25 loc) · 1.54 KB

Contributing to Awesome AI Toolkit

Thank you for your interest in contributing to the Awesome AI Toolkit! We welcome contributions from the community to help make this list even more awesome.

How to Contribute

  1. Fork the repository.
  2. Clone your forked repository to your local machine.
  3. Create a new branch for your contribution: git checkout -b add-new-ai-tool
  4. Make your changes to the README.md file.
  5. Commit your changes: git commit -m "Add new AI tool"
  6. Push to your fork: git push origin add-new-ai-tool
  7. Open a pull request from your fork to the main repository.

Guidelines for Adding New Tools

  • Ensure the tool is related to AI and fits into one of the existing categories or warrants a new category.
  • Replace "Type" with "Free", "Paid", "Free Tier", or "Custom" as appropriate.
  • Choose an appropriate color for the badge (green for free, blue for paid, yellow for custom pricing).
  • Maintain alphabetical order within each category.

Style Guidelines

  • Use clear, concise language to describe tools.
  • Proofread your contributions for spelling and grammar.
  • Ensure links are working and lead to the official tool website.

Reporting Issues

  • Use the GitHub issue tracker to report any issues with the list.
  • Clearly describe the issue and provide any relevant information.

Code of Conduct

By participating in this project, you agree to abide by the Contributor Covenant Code of Conduct.

Thank you for your contributions to the Awesome AI Toolkit!