summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--website/contribute.md19
-rw-r--r--website/haunt.scm2
-rw-r--r--website/index.md3
3 files changed, 23 insertions, 1 deletions
diff --git a/website/contribute.md b/website/contribute.md
new file mode 100644
index 0000000..a0544d8
--- /dev/null
+++ b/website/contribute.md
@@ -0,0 +1,19 @@
1title: Contribute
2author: The GNU Assembly
3---
4
5If you are the maintainer or contributor to a GNU package sharing the
6same vision as we do, we’d love yo have you on board! The steps to join
7the Assembly are as follows:
8
9 1. Read the [Social Contract](/en/documents/social-contract) and email
10 `social-contract@gnu.tools` to explicitly endorse it. Endorsement
11 allows us to make sure we’re all on the same page, following the
12 same goals.
13 2. Subscribe to [the Assembly mailing
14 list](https://lists.gnu.tools/hyperkitty/list/assembly@lists.gnu.tools/)
15 and check out the [code of conduct](/en/documents/code-of-conduct)
16 that applies.
17 3. There is no third step.
18
19Let’s connect the software packages and the people behind them!
diff --git a/website/haunt.scm b/website/haunt.scm
index 984b949..77dad96 100644
--- a/website/haunt.scm
+++ b/website/haunt.scm
@@ -152,6 +152,8 @@ representation."
152 "documents.md") 152 "documents.md")
153 (markdown-page "/en/software/index.html" 153 (markdown-page "/en/software/index.html"
154 "software.md") 154 "software.md")
155 (markdown-page "/en/contribute/index.html"
156 "contribute.md")
155 (markdown-page "/en/documents/free-software/index.html" 157 (markdown-page "/en/documents/free-software/index.html"
156 "free-software.md") 158 "free-software.md")
157 (markdown-page "/en/documents/code-of-conduct/index.html" 159 (markdown-page "/en/documents/code-of-conduct/index.html"
diff --git a/website/index.md b/website/index.md
index 78ae919..bc8c015 100644
--- a/website/index.md
+++ b/website/index.md
@@ -31,4 +31,5 @@ Wondering what this is? Here are the highlights:
31 goals](https://wiki.gnu.tools/gnu:social-contract), bring your own 31 goals](https://wiki.gnu.tools/gnu:social-contract), bring your own
32 contributions! 32 contributions!
33 33
34It’s “GNU” as in “new” — join us now! 34If you’re a GNU maintainer or contributor and you share that vision,
35[join us now](/en/contribute)!