Files
keru/contact.html
T
Astral 4a32fab414
Deploy website to GitHub Pages / deploy (push) Failing after 3s
migrate website from KeruOS web to its own repo
2026-09-01 12:06:36 +02:00

63 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact — Keru OS</title>
<meta name="description" content="How to reach the Keru OS project: issues, mailing list, and community channels.">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>ける</text></svg>">
</head>
<body>
<nav class="top" data-nav></nav>
<header class="pagehead">
<p class="crumbs"><a href="index.html">home</a> / <a href="community.html">community</a> / contact</p>
<h1>Contact</h1>
<p>Use issues for bugs and ideas; email for discussion.</p>
</header>
<section>
<div class="wrap">
<div class="grid grid-2">
<div class="card">
<span class="num">preferred</span>
<span class="h">GitHub issues</span>
<p>Bugs, recipe ideas, installer feedback, combination reports. The most actionable way to reach us.</p>
<p><a href="https://github.com/AstralZX/KeruOS/issues">AstralZX/KeruOS issues</a></p>
</div>
<div class="card">
<span class="num">direct</span>
<span class="h">Email</span>
<p>Longer conversations about philosophy, design decisions, and direction.</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="card">
<span class="num">code</span>
<span class="h">The repos</span>
<p>Everything is public. Clone it, read it, break it, report it.</p>
<p><a href="links.html">All links →</a></p>
</div>
</div>
<div class="prose" style="margin-top:40px">
<h3>Bug reports that help</h3>
<ul class="features">
<li><strong>Reproduce.</strong> The combo, the <code>make.conf</code> (if any), the failure output.</li>
<li><strong>Scope.</strong> Was it fetch, build, install, or boot? That points straight at the stage.</li>
<li><strong>Label.</strong> A broken combination gets curated out of "offered" or fixed — say which you'd rather.</li>
</ul>
<div class="callout">Small project, responsive maintainers. If you file something, expect a real answer.</div>
</div>
</div>
</section>
<footer data-footer></footer>
<noscript><div style="text-align:center;padding:16px">See the <a href="sitemap.html">sitemap</a> for all pages.</div></noscript>
<script src="assets/js/include.js" data-base="."></script>
</body>
</html>