Skip to content

Contribute Guide ​

NOTE

Some of these steps are easier if you're in our Discord. It opens every Friday.

Here you'll find some general guidelines for those who would like to start contributing. There are multiple ways to do this:

Submissions ​

NOTE

For bigger changes to the wiki, such as debloating efforts or the restructuring of a page/section, you must first discuss these with us via Discord before opening a Pull Request.

Don't submit any of the following:

  • đŸ’°ī¸ Paid / Trial Sites - We don't accept any paid or free trial only entries, with the exception of select paid VPNs and Debrid.
  • đŸ•šī¸ Emulators - Already listed on the Game Tech Wiki.
  • 🌐 Web Browsers - Already listed on Comparison and Index Sites. However, we accept privacy-based ones as well as normal Android browsers.
  • đŸ”ģ Leeches - Unless already listed on existing Leech Lists, don't submit these.
  • 🐧 Linux Distros - They're already on DistroWatch.
  • 🌍 Non-english Software - We don't add non-english software sites (APKs, games, torrents, etc.) unless they have a very good reputation.
  • đŸ—‚ī¸ Coding Libraries - There's too many of them and there are better places to find them.
  • 🎲 Mining / Betting Sites - Don't submit anything related to betting, mining, BINs, CCs, etc.
  • 🎮 Multiplayer Hacks - Don't submit any hacks or exploits that give an unfair advantage in multiplayer games.
  • đŸ–Ĩī¸ Custom OS's - We don't recommend people use these.

Adding a Site ​

For submitting new links, follow these steps:

  • Make sure it's not already in the wiki. The easiest way to do this is to check our Single Page using ctrl+f.
  • Reach out via the feedback system, by opening an Issue, or join our Discord.
  • You can optionally include socials, tools, or any other additional info alongside the entry.
  • Avoid opening pull requests. See Link Testing for more info.

Reporting a Site ​

NOTE

If it's urgent, you're allowed to request an invite via our feedback system.

For changes to existing entries, follow these steps:

  • Reach out via any of the available methods, including opening a Pull Request.
  • Feel free to leave contact info when using the feedback system, if needed. Only trusted staff can view this.
  • If you'd like to report a site removal or star change, you must include details as to why your changes should be accepted.

All additions have to first go through our testing process on Discord.

You can help us test new sites to figure out their use-case, safety, and whether they'd be a good fit for the wiki.

Keep in mind certain sites (such as piracy sites) require more testing/vetting before they can be added.

Formatting Rules ​

The wiki will always have some variation either due to exceptions being made, the layout/structure, or the flexible nature of markdown itself.

For these reasons, there are too many conditions and nuances to satisfy to make an easy-to-follow guide. However, you can generally get an idea by looking at how existing links are structured.

If you're unsure, ask in the wiki channels on Discord and wait for a staff member to reply.

Making Changes ​

Instructions on various ways to edit the wiki and preview changes.

GitHub Editor ​

You can use the build-in web editor in two ways:

  1. Find the file you want to edit, look for the edit icon (of a pencil) and click on it, then make your changes.

    Edit Button

  2. When you're done, click "Commit Changes..." then "Propose changes". Optionally add a commit description.

  3. You should now see a comparison page showing all your edits. Click "Create pull request", fill in the box describing your changes, then hit submit.

OR

  1. Fork the repository by clicking the "Fork" button in the top right.

  2. Navigate to your fork's homepage and press the . (period) key on your keyboard. This will open the repository in a VSCode-like environment on github.dev.

  3. Make your changes, then commit via the source control tab.

    Source Control

  4. Back on your fork's homepage, click "Contribute" then "Open pull request".

  5. You should now see a comparison page showing all your edits. Click "Create pull request", fill in the box describing your changes, then hit submit.

Dev Environment ​

If you're going to work on the site itself, or simply want to preview the site and any changes, you can do so by setting up a development environment.

GitHub Codespaces ​

This creates an environment in the browser (with 60h/month free quota). To use Codespaces, follow these steps:

  1. Fork the repository by clicking the "Fork" button in the top right.

  2. Navigate to your fork's homepage and click on the green "Code" button above your repository, open "Codespaces" tab and click "Create codespace".

  3. You may have to wait ~5-10 minutes for the codespace to load.

    Codespace Status

  4. Once it has loaded, run pnpm i && pnpm docs:dev to start the preview. Then when it appears, click "Open in Browser" in the bottom right.

  5. Make your changes and commit.

  6. To shut it down, click the "Code" button again and look for the ... dropdown next to your codespace, then click "Stop codespace".

Local Instance ​

Making changes on a local repository may require a basic understanding of Git. You can find learning resources here.

More info on manual setup can be found here.