forked from team/site
1
0
Fork 0
tilde.team/wiki
Ben Harris ba122b894f
add tildespark
2018-07-16 00:41:31 -04:00
..
pages add tildespark 2018-07-16 00:41:31 -04:00
README.md change urls to gitea 2018-06-04 18:17:22 -04:00
index.php add other-tildes 2018-07-12 10:45:33 -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!~