2019-09-20 13:54:26 +00:00
|
|
|
---
|
|
|
|
title: how to contribute to this wiki
|
|
|
|
author: benharri
|
2020-04-13 05:21:38 +00:00
|
|
|
category: tilde.club
|
2019-09-20 13:54:26 +00:00
|
|
|
---
|
|
|
|
|
2019-09-23 03:07:21 +00:00
|
|
|
## got a topic you want to write about?
|
|
|
|
|
|
|
|
or maybe you just found a typo on one of the existing pages!
|
|
|
|
|
|
|
|
follow these steps to submit a change.
|
|
|
|
|
2019-09-20 13:54:26 +00:00
|
|
|
1. grab a copy of the site's source code
|
2020-04-13 04:47:42 +00:00
|
|
|
```bash
|
|
|
|
git clone https://github.com/tildeclub/site tilde.club && cd tilde.club/wiki
|
|
|
|
```
|
2019-09-20 13:54:26 +00:00
|
|
|
|
2020-04-13 04:47:42 +00:00
|
|
|
2. make a new article or update an existing one. make sure that you create the
|
2019-09-23 03:07:21 +00:00
|
|
|
title and author keys in the yaml frontmatter (see an existing article for
|
|
|
|
an example)
|
2019-09-20 13:54:26 +00:00
|
|
|
|
2020-04-13 04:47:42 +00:00
|
|
|
3. submit the code via a PR on github or with git-send-email(1) to root@tilde.club
|
2019-09-20 13:54:26 +00:00
|
|
|
see [git-send-email.io](https://git-send-email.io) for more info on how to use
|
|
|
|
it. if you're working locally on tilde.club, you won't have to configure
|
|
|
|
anything; git will use the system's sendmail to handle the email.
|
|
|
|
|
2020-04-13 04:47:42 +00:00
|
|
|
4. profit???
|
2019-09-20 13:54:26 +00:00
|
|
|
|
2020-04-13 04:47:42 +00:00
|
|
|
ask on [irc](chat.html#irc) if you have questions!
|
2019-09-20 13:54:26 +00:00
|
|
|
|