tilde.chat/wiki
Ben Harris 52e2f6c293
continuous-integration/drone/push Build is passing Details
add link to anope wiki
2020-04-28 21:23:08 -04:00
..
pages add link to anope wiki 2020-04-28 21:23:08 -04:00
README.md update some links and wiki 2018-10-15 18:31:10 -04:00
index.php test deploy 2019-12-06 10:40:55 -05:00

README.md

tilde.chat wiki

hi there, welcome to our wiki!

to contribute to the wiki:

  • fork the repo

  • clone the repo to your local machine (or your public_html folder on the tilde.team box for live testing)

git clone git@tilde.chat:tildeverse/tilde.chat
  • create a new branch for your page
git checkout -b my-new-page
  • if you want to add a new page, copy template.md into your new page!
cp template.md my-new-page.md
git add --all
git commit -m "added my-new-page"
git push origin my-new-page # this should match the branch name you created earlier
  • create a pull request on the site repo

thanks!~

ps. if you have any questions, ask on irc! (preferably in #meta)