Last update: March 8, 2026

Contributions

👍🎉 Thank you for considering contributing to the AI HUB Docs! 🤖🌍

We welcome contributions from everyone, whatever their level of expertise. By contributing, you're helping us improve our guides and promoting the growth of the AI community worldwide.

To ensure a smooth collaboration experience, please review the following guidelines.


Code of Conduct & Ethics

AI HUB follows a strict Code of Conduct that establishes standards for respectful and inclusive participation.

  • Ethical Use: We strictly prohibit the use of our guides for illegal activities, scamming, catfishing, and any form of fraud.
  • Respect: We ask all contributors to adhere to these guidelines, show empathy, and respect different opinions when participating in AI HUB projects.

Issues & Feedback

If you don't want to write code/markdown but still want to help, we appreciate any feedback!


How to Contribute to the Docs

We use Retype for building our docs. It's simply Markdown with special effects. You can use two types of environments to start editing the docs:

Pros: Easy to use, doesn't take up local storage. Cons: Limited free time per month.

  1. Navigate to our GitHub Repository and Fork it.
  2. Go toGitHub Codespaces, click New codespace, select your forked repo, and click Create Codespace.
  3. Create a new branch for your edits: git checkout -b your-branch-name
  4. In the Terminal, insert: npm install retypeapp --global
  5. In the retype.yml file, insert a # before the docs link in url: , so it looks like url: # https://docs.aihub.gg/. (This allows local previews to route correctly).
  6. In the terminal, insert: retype start
  7. Press the green button on the popup or click the Ports tab and check the 5001 port to see the live preview.
  8. Make your changes. When finished, remove the # from retype.yml.
  9. Commit your changes, push to your branch, and open a Pull Request (PR).
  10. Delete the codespace when finished to save on usage.

B. Local Environment

Pros: Unlimited time. Cons: Takes up storage, slightly harder to set up.

  1. Make a Fork of the AI Hub Docs.
  2. Install Git and Install Node.js with npm.
  3. Open your terminal/cmd/powershell, and clone your fork: git clone <your-fork-url-here>
  4. Navigate into the folder and create a branch: git checkout -b your-branch-name
  5. In the Terminal, insert: npm install retypeapp --global
  6. In the retype.yml file, insert a # before the docs link in url: , so it looks like url: # https://docs.aihub.gg/.
  7. In the terminal, insert: retype start and open localhost:5001 in your browser.
  8. Make your changes. When finished, remove the # from retype.yml.
  9. Commit your changes, push to your fork, and submit a PR.

Pull Request Guidelines

When submitting a pull request, please ensure:

  • You provide a clear and descriptive title for the PR.
  • You include a summary of the changes made and why they were made.
  • You reference any related GitHub issues or Discord suggestions.
  • AI-Assisted Content Policy: You can use AI tools (LLMs/Chatbots) to help refine or reword your contributions. However, since chatbots are not always up-to-date with every AI tool like RVC, every piece of content must be human-reviewed to ensure it is accurate before submitting.

Current To-Do List

Looking for something to work on? Here is our current roadmap of things we need help adding or fixing:


Communication

We value open and transparent communication.


You have reached the end.