site/wiki/source/wiki.md

30 lines
885 B
Markdown
Raw Normal View History

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
---
## 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
git clone https://github.com/tildeclub/site tilde.club && cd tilde.club/wiki
1. make a new article or update an existing one. make sure that you create the
title and author keys in the yaml frontmatter (see an existing article for
an example)
2019-09-20 13:54:26 +00:00
2019-10-22 13:54:10 +00:00
1. 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.
1. profit???
ask on irc if you have questions!