Skip to content

How to Edit FMHY ​

There are multiple ways you can contribute to this repository:

NOTE

If you haven't tested the link you'd like to submit, especially if it's a DDL site, please open an Issue or reach out to us on Discord rather than making a Pull Request.

  1. Before submitting a link, please search to make sure it's not already in the wiki.

  2. The order of priority is: Site > Git Repository > Store Link Please only use the store link if there's neither a site nor a Git repository available for the app/extension you'd like to submit.

  3. Always check to see if the site you'd like to submit has a Discord / Telegram server you can link with it.

  4. Find a suitable category for the link and then submit it by making a Pull Request.

Don't Submit: ​

🕹ī¸ Emulators They're already on the Game Tech Wiki.

đŸ”ģ Leeches They're already on the File Hosting Wiki.

🐧 Distros They're already on DistroWatch.

🎲 Mining / Betting Sites Don't post anything related to betting, mining, BINs, CCs, etc.

🎮 Multiplayer Game Hacks Don't post any hacks/exploits that give unfair advantages in multiplayer games.

Reporting a Site ​

TIP

If you want to make bigger changes to the wiki, such as debloating or restructuring a page/section, please discuss those changes with us via Discord before making a Pull Request.

You can do one of the following:

  • Open an Issue or a Pull Request and don't forget to explain why you think the site(s) in question should be removed, unstarred, and/or changed.

  • Alternatively, you can reach out to us on Discord if you're unsure whether the site should be reported or if you'd like to discuss your report with more people.

Making changes ​

If you want to make changes with instant site feedback, or are simply going to work with the site, you can do so with these 3 ways:

TIP

You can just use our đŸ’Ŧ Discord to send us sites or any changes.

Using Gitpod or GitHub Codespaces ​

You can use either gitpod.io or GitHub Codespaces to edit the wiki.

Follow these steps:

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

  2. Now, to make changes, you can either use gitpod.io or GitHub Codespaces.

Gitpod.io ​

Login to your GitHub account and click on the "New Workspace" button. Then select your fork and you should be in your gitpod workspace.

To close the workspace, click on the "Gitpod" button at the bottom left corner then type "Stop Workspace" and hit enter.

GitHub Codespaces ​

Click on the "Code" button on the top right corner of the page and select "Codespaces" from the dropdown menu.

To close the workspace, click on the "Code" button at the top right corner then click on "Stop Codespace" and hit enter.

Using the GitHub editor ​

  1. Fork the repository by clicking the "Fork" button in the top right corner. You can open your repository in a VSCode-like environment by pressing . (dot) in your fork's homepage which will take you to github.dev.

  2. Find the file you want to edit. Find the "Edit" icon (of a pencil) and click on it. Select edit button and make your changes. Select edit button

  3. Scroll down and select "Propose changes", and "Create Pull Request" on the next page, and don't forget to explain why you think the site(s) in question should be removed, unstarred, and/or changed.

propose changescreate pull request

Manually setting up a development environment ​

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

  2. Make sure you have Node.js, pnpm, git, and VSCode or any other editor installed.

  3. Clone your forked repository to your local machine.

  4. Open the cloned repository in your editor of choice. Find the file you want to work on, make changes.

  5. Add your changes with git (git add <file>) and commit (git commit -m "commit message"), then push them (git push).

  6. Create a pull request by clicking the "New Pull Request" button in your forked repository, and don't forget to explain why you think the site(s) in question should be removed, unstarred, and/or changed.