-
Notifications
You must be signed in to change notification settings - Fork 0
/
submit.html
47 lines (41 loc) · 2.16 KB
/
submit.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Haxx.nz</title>
<meta name="description"
content=" Haxx.nz are a collective of software developers, designers and makers of all kinds who build things for fun.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header><a href="/">Haxx.nz</a></header>
<section class="main">
<h1 class="main-heading">How to submit a project</h1>
<h2>For new ideas</h2>
<ul>
<li>Write at least a single sentence about how it helps people, and how it could work</li>
<li>Create a <a href="https://github.com">GitHub</a> account, and <a
href="https://github.com/vaxxnz/projects/issues/new?assignees=&labels=project+new_idea&template=new_project.md&title=">submit
your idea here</a></li>
<li><a href="https://docs.github.com/en/get-started/quickstart/create-a-repo">Set up a public repository</a>
somewhere and invite people who want to work on the project to it</li>
<li><a
href="https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository">Choose
a license type</a> and set this in your GitHub repository. (this is really important later on)</li>
<li>Once you have done everything above, ask a maintainer in the haxx.nz discord to create a project channel
for you</li>
<li>Start making / jamming on design and code in that channel! Ask for help in the #design / #dev / #data
channels if you need it. </li>
</ul>
<div class="divider"></div>
<h2>For existing projects that you want to hand over maintainence of</h2>
<ul>
<li><a
href="https://github.com/vaxxnz/projects/issues/new?assignees=&labels=project+new_idea&template=new_project.yml">Submit
a request here</a></li>
</ul>
</section>
</body>
</html>