Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 853 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (23 loc) · 853 Bytes

Contribution Guidelines

Please ensure your pull request adheres to the following guidelines:

Adding an AI Tool

  • Make sure the tool is related to AI/ML
  • Add it to the appropriate category in README.md
  • Follow the format:
- [Tool Name](URL) - Brief description in one sentence.
  - `Pricing` `tag1` `tag2` `tag3`
  - One-line notable feature or statistic

Example:

- [ChatGPT](https://chat.openai.com) - Conversational AI model for natural language processing and generation.
  - `Free/Premium` `chatbot` `writing` `coding`
  - Used by millions of developers and writers worldwide

Pull Request Process

  1. Update README.md with your changes
  2. Title your PR "Add ToolName" or "Update ToolName"
  3. Describe what the tool does in the PR description
  4. Ensure CI checks pass

Thank you for your contributions!