diff options
-rw-r--r-- | contribute.md | 19 | ||||
-rw-r--r-- | haunt.scm | 2 | ||||
-rw-r--r-- | index.md | 3 |
3 files changed, 23 insertions, 1 deletions
diff --git a/contribute.md b/contribute.md new file mode 100644 index 0000000..a0544d8 --- /dev/null +++ b/contribute.md | |||
@@ -0,0 +1,19 @@ | |||
1 | title: Contribute | ||
2 | author: The GNU Assembly | ||
3 | --- | ||
4 | |||
5 | If you are the maintainer or contributor to a GNU package sharing the | ||
6 | same vision as we do, we’d love yo have you on board! The steps to join | ||
7 | the 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 | |||
19 | Let’s connect the software packages and the people behind them! | ||
@@ -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" |
@@ -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 | ||
34 | It’s “GNU” as in “new” — join us now! | 34 | If you’re a GNU maintainer or contributor and you share that vision, |
35 | [join us now](/en/contribute)! | ||