Add note about contacting devs to submit hacks

This commit is contained in:
Jared Schoeny 2026-05-29 13:00:45 -06:00
parent 64fbc7fcde
commit e122a182d7
2 changed files with 7 additions and 0 deletions

View File

@ -70,6 +70,11 @@ These emulators are considered to be the most accurate to the original hardware
### How do I submit my romhack to Hackdex?
Navigate to the Submit page on Hackdex. You'll need to create an account before you can submit your hack. The submission process is designed to be straightforward while ensuring proper attribution to creators.
### Can I submit a hack that I didn't create? {#submit-not-own-hack}
No. Hackdex is a platform for creators to share their own hacks. If you did not create the hack, you should reach out to the original creator to see if they are interested in submitting it themselves.
Only the original creator or a member of their team can submit the hack to Hackdex. We will do our due diligence to contact the creators to verify any submissions before approval.
### Why do I need an account to submit?
Account creation is required for submissions to preserve author control and attribution. This ensures your work is properly credited and you maintain control over your hack's listing. This also allows you to update your hack after submission.

View File

@ -1,6 +1,7 @@
"use client";
import React, { Fragment } from "react";
import Link from "next/link";
import HackCard from "@/components/HackCard";
import { baseRoms } from "@/data/baseRoms";
import { Listbox, ListboxButton, ListboxOption, ListboxOptions, Transition } from "@headlessui/react";
@ -434,6 +435,7 @@ export default function DiscoverBrowser({ initialSort = "trending" }: DiscoverBr
</button>
)}
</div>
<p className="mt-4 text-sm text-foreground/60 text-center">Can't find the hack you want? Try asking the dev to <Link href="/faq#creators" className="text-[var(--accent)] hover:underline">submit it to Hackdex</Link>.</p>
</div>
) : (
<>