|
@@ -16,7 +16,7 @@ Contributing to the Wiki is now easier than it ever has been. Using the Atom edi
|
|
|
. Have a link:https://github.com/[GitHub account].
|
|
|
. Are a Wiki project member.
|
|
|
|
|
|
-If you are not a member, you fork the repository into your GitHub account and issue "`Pull`" requests to the Wiki repository from there.
|
|
|
+If you are not a member, you fork the repository into your GitHub account and issue "`pull`" requests to the Wiki repository from there.
|
|
|
|
|
|
To fork the Wiki repository into your GitHub Account:
|
|
|
|
|
@@ -90,12 +90,12 @@ You can preview your documents by selecting the document and using the keyboard
|
|
|
It's a good idea to update your local copy of the Wiki prior to committing any changes.
|
|
|
|
|
|
.Members
|
|
|
-Update your local copy of the Wiki from the Atom Editor or (CLI) by issuing a Pull command prior to Commit/Push.
|
|
|
+Update your local copy of the Wiki from the Atom Editor or (CLI) by issuing a `pull` command prior to Commit/Push.
|
|
|
|
|
|
.Non-Members
|
|
|
Update your local copy of the Wiki by:
|
|
|
|
|
|
- . Issuing a pull request from your forked repository using the (GWI).
|
|
|
+ . Issuing a `pull` request from your forked repository using the (GWI).
|
|
|
.. Go to your version of the repository on GitHub.
|
|
|
.. Click the btn:[New Pull Request] button at the top.
|
|
|
+
|
|
@@ -105,7 +105,7 @@ NOTE: The Wiki repository will be on the left and your repository will be on the
|
|
|
.. Click the "`compare across forks`" link.
|
|
|
.. Click the btn:[Head Fork] button and from the drop down list select the Wiki repository.
|
|
|
.. If the repositories are not identical, there will be green button btn:[Create pull request]. Click it to update your repository.
|
|
|
-. Update your local copy by doing a Pull request in the Atom Editor or (CLI).
|
|
|
+. Update your local copy by doing a `pull` request in the Atom Editor or (CLI).
|
|
|
|
|
|
include::partial$non-member-important.adoc[]
|
|
|
|
|
@@ -113,7 +113,7 @@ include::partial$non-member-important.adoc[]
|
|
|
== Pushing Changes
|
|
|
|
|
|
.Members
|
|
|
-As a member, issue a push command from the Atom Editor or (CLI).
|
|
|
+As a member, issue a `push` command from the Atom Editor or (CLI).
|
|
|
|
|
|
.Non-Members
|
|
|
To submit changes to the Wiki repository, after pushing them to your fork, from the (GWI):
|