dr-w-site/wiki
Ben Harris f18590ff28 getting started and irc pages redirect to wiki 2018-06-05 01:10:07 -04:00
..
pages getting started and irc pages redirect to wiki 2018-06-05 01:10:07 -04:00
README.md change urls to gitea 2018-06-04 18:17:22 -04:00
index.php change urls to gitea 2018-06-04 18:17:22 -04:00
view.php getting started and irc pages redirect to wiki 2018-06-05 01:10:07 -04:00

README.md

tilde.team wiki

hi there, welcome to our wiki!

to contribute to the wiki:

  • clone the repo to your local machine (or your personal folder on the tilde.team box)
git clone git@tilde.team:meta/site
  • 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
  • edit as needed!

  • commit your changes and create a pull request :)

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!~