about summary refs log blame commit diff stats
path: root/wikipages/README.md
blob: 8e6710e9a86a09b96eb51a886cd88e694934d675 (plain) (tree)






















                                                                                                                           
To contribute to the wiki, create a page using the same pattern as the previously existing pages and submit a pull request.

Step-By-Step:

Fork this repo

git clone https://tildegit.org/<your username>/site.git

cd site

git checkout -b my-wiki-page-etc

cd wikipages

Add your page following the same format as the existing pages

git add .

git commit -m "added page whatchamacalit to wiki"

git push

Then from the tildegit.org web interface, open a pull request to this repository from your fork