-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontribute.html
More file actions
94 lines (83 loc) · 4.53 KB
/
Copy pathcontribute.html
File metadata and controls
94 lines (83 loc) · 4.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contribute - Gosub Browser Engine</title>
<meta name="description" content="Help build Gosub, an open-source browser engine in Rust. Code, documentation, testing - every contribution counts.">
<link rel="icon" type="image/svg+xml" href="/assets/gosub-logo.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+4:wght@600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="dive.css">
</head>
<body class="dive-inner">
<header class="site-header">
<div class="container">
<a class="brand" href="index.html">
<img src="/assets/gosub-logo.svg" alt="">
Gosub
</a>
<input type="checkbox" id="nav-toggle" class="nav-checkbox">
<label for="nav-toggle" class="nav-toggle" aria-label="Menu"><span></span><span></span><span></span></label>
<nav class="site-nav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="status.html">Status</a>
<a href="contribute.html" aria-current="page">Contribute</a>
<a href="contact.html">Contact</a>
<a href="https://github.com/gosub-io/gosub-engine">GitHub</a>
</nav>
</div>
</header>
<main>
<div class="page-hero">
<div class="container">
<div class="depth">0 m · surface</div>
<h1>Contribute to Gosub</h1>
<p class="lede">We're building an ambitious project: a fully functional browser, from scratch. Here's how you can help.</p>
</div>
</div>
<section class="zone-deep">
<div class="container">
<div class="depth">35 m · sunlit zone</div>
<div class="prose">
<h2>Where we are</h2>
<p>Gosub is young, and we'll be honest: we don't yet have a fully structured onboarding process for new contributors. That doesn't mean you can't get involved - quite the opposite. Even if you don't jump straight into coding like you might in a more mature project, there are plenty of areas where your input will be genuinely valuable.</p>
<h2>Where help is needed most</h2>
<ul>
<li><strong>Documentation for getting started</strong> - documenting how to compile and run the current components, so the next contributor has an easier time than you did.</li>
<li><strong>Documentation review</strong> - reviewing and refreshing existing documentation for accuracy as the codebase evolves.</li>
<li><strong>Project structure</strong> - helping establish roadmaps and define coding standards for the project.</li>
<li><strong>Code, testing, and bug reports</strong> - the engine itself always needs hands. Check the <a href="status.html">status page</a> for components in active development.</li>
</ul>
<h2>Where to find us</h2>
<p>Development happens in the open on <a href="https://github.com/gosub-io/gosub-engine">GitHub</a>, and the developers collaborate day-to-day in our <a href="https://chat.developer.gosub.io">Zulip chat</a>. Drop in, say hello, and tell us what you'd like to work on - we'll help you find a good starting point.</p>
</div>
</div>
</section>
<div class="abyss">
<div class="container">
<div class="depth">80 m · open water</div>
<h2>Join us and contribute</h2>
<p class="zone-intro">Become part of our open-source community and help shape the future of browsing.</p>
<div class="btn-row">
<a class="btn" href="https://github.com/gosub-io/gosub-engine">View on GitHub</a>
<a class="arrow-link ext" href="https://chat.developer.gosub.io">Join the Zulip chat</a>
</div>
<footer class="site-footer">
<p>Copyright © 2024–2026, the Gosub community.<br>Spotted an issue? <a href="https://github.com/gosub-io/gosub.io-website">Send a PR on GitHub</a>.</p>
<nav>
<a href="https://github.com/gosub-io/gosub-engine">GitHub</a>
<a href="https://chat.developer.gosub.io">Zulip</a>
<a href="https://chat.gosub.io">Discord</a>
<a href="contact.html">Contact</a>
</nav>
</footer>
<p class="seafloor">- seafloor reached · resurface at <a href="#top" style="color:inherit;">↑ 0 m</a> -</p>
</div>
</div>
</main>
</body>
</html>