tilde.chat/wiki
fosslinux cce845046a
continuous-integration/drone/pr Build encountered an error Details
Add #aussie to shared strike policy
2021-10-15 15:00:28 +11:00
..
pages Add #aussie to shared strike policy 2021-10-15 15:00:28 +11:00
README.md add note about +B 2020-05-15 16:30:52 -04:00
index.php update tildeteam/wiki to 1.0 2021-03-20 13:14:16 -04: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@tildegit.org:tildeverse/tilde.chat
cd 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 wiki/template.md wiki/my-new-page.md
  • test your changes locally
composer install
php -S localhost:9000

this will run your site at http://localhost:9000/

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! (try #helpdesk or #meta)