Procházet zdrojové kódy

Reordered content to clarify contribtion options.

mitm před 7 roky
rodič
revize
bc37d3e7b8
1 změnil soubory, kde provedl 10 přidání a 1 odebrání
  1. 10 1
      README.adoc

+ 10 - 1
README.adoc

@@ -10,10 +10,19 @@ The project to store, edit, and generate the documentation of http://jmonkeyengi
 
 The documentation (<<src/docs/asciidoc>>) is editable :
 
-* online via github (Edit button located at top of the Wiki page + Pull Request)
 * offline with Netbeans after local `git clone` + open
 * offline with Atom editor, see link:https://jmonkeyengine.github.io/wiki/wiki/atom_editor.html[Atom Editor for Wiki Editing]
 
+.Prerequisites
+.  Have a link:https://github.com/[GitHub account].
+.  Optional: Are a Wiki project member.
+
+If you are not a member, you can fork the repository into your GitHub account and issue pull requests from there or online via github (Edit button located at top of the Wiki page + Pull Request)
+
+To fork the Wiki repository into your GitHub Account:
+
+*  In the menu at the top of the page, select the icon:code-fork[]*Fork* button.
+
 The syntax is asciidoc :
 
 *  link:http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[Asciidoc Syntax Quick Reference]