site/wiki
tab 1a62d7d721 update services 2018-06-22 13:55:36 -04:00
..
pages update services 2018-06-22 13:55:36 -04:00
README.md change urls to gitea 2018-06-04 18:17:22 -04:00
index.php check against reserved usernames 2018-06-20 12:02:56 -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!~