forked from team/site
1
0
Fork 0
tilde.team/wiki/README.md

700 B

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