about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-01-02 05:29:51 +0000
committerahriman <ahriman@falte.red>2019-01-02 05:29:51 +0000
commit721729d7ffeafd283f709f0dcb82cbdf084f6fca (patch)
tree1a284358da55a894b66a2ac51eb3ee12a9cf7b65
parent58acc5db72e23188cbf0166eb543ae699b66d2ff (diff)
downloadsite-721729d7ffeafd283f709f0dcb82cbdf084f6fca.tar.gz
added readme for wikipages
-rw-r--r--wikipages/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/wikipages/README.md b/wikipages/README.md
new file mode 100644
index 0000000..8e6710e
--- /dev/null
+++ b/wikipages/README.md
@@ -0,0 +1,23 @@
+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