import Link from "next/link" const linkCls = "text-[color:var(--fg)] underline underline-offset-2 hover:opacity-80" const EEE_SITE = "https://evalevalai.com/every_eval_ever/" const EEE_ISSUES = "https://github.com/evaleval/every_eval_ever/issues" const HF_DISCUSSIONS = "https://huggingface.co/spaces/evaleval/general-eval-card/discussions" const ROADMAP = "https://changemap.co/evaleval/evalcards/" /** * The "How to contribute" body — per-stakeholder ways to help, plus the general * channels. Shared by the Help and About pages so it stays in one place. */ export function ContributeSection() { return ( <>

Evaluation Cards is a living, community artifact — its coverage and usefulness grow as people report, upload, use, and cite it. Here's what helps most, depending on who you are.

{/* MODEL DEVELOPERS */}
Model developers
{/* EVALUATION DEVELOPERS */}
Evaluation developers
{/* RESEARCHERS */}
Researchers
{/* POLICYMAKERS */}
Policymakers

Spotted an error? A wrong or missing number anywhere in the corpus can be flagged through the{" "} feedback form {" "} with a source — corrections are versioned, and coverage improves as developers and third parties publish.

Not sure where something fits? The{" "} public roadmap , the{" "} feedback form , the{" "} EEE issue tracker , and the{" "} Space discussions {" "} are always open.

) }