about summary refs log tree commit diff stats
path: root/wikipages/README.md
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-04-24 23:59:58 +0000
committerahriman <ahriman@falte.red>2019-04-24 23:59:58 +0000
commit02a0b396b499f0d645c1905b02b0686d939167b7 (patch)
tree72e8872356e1976e27a2f4b08bf2a225beb95bdd /wikipages/README.md
parent3caf4cbae7f16e25bf33f7afb98274458c6b60e7 (diff)
downloadsite-02a0b396b499f0d645c1905b02b0686d939167b7.tar.gz
removed old wiki
Diffstat (limited to 'wikipages/README.md')
-rw-r--r--wikipages/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/wikipages/README.md b/wikipages/README.md
deleted file mode 100644
index da9cf0b..0000000
--- a/wikipages/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-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/branch