--- /dev/null
+How To Submit A Change This Wiki
+================================
+
+Clone this repo and then:
+-------------------------
+
+* git push
+* git request-pull -p
+
+### git push
+
+Clone the upstream repo in Gogs, then clone to your computer:
+git clone https://yourUserName@yourURL
+Add the upstream repo to be able to submit a push request:
+git remote add https://INSERTUSERNAMEHERE@gogs.librecmc.org/libreCMC/libreCMC-wiki.git
+
+### git request-pull -p
+
+Clone the upstream repo to your computer
+git add changedFile.md
+git commit
+git request-pull -p
+
+send in a pastebin or anything you like