Skip to content

Contributing to this wiki

Zain Fathoni edited this page Apr 18, 2019 · 1 revision

Contributing to this wiki

Methods

There are two methods of contributing to this wiki:

  1. Editing it directly at GitHub web application
  2. Cloning the repository and editing lo

Editing directly at GitHub

Since GitHub web application interface is pretty user-friendly, I think this method doesn't need any more explanation. 😁

Cloning the repository

  1. You will be prompted for Username and Password.
    If you enabled 2FA (two-factor authentication) in GitHub, you must use a personal access token as your password.
    You can create it this way.

  2. Clone this repository from https://github.com/devpendent/website.wiki.git\

    $ git clone https://github.com/devpendent/website.wiki.git
    $ Username for 'https://github.com': [your-username]
    $ Password for 'https://<your-username>@github.com': [your-personal-access-token]
  3. Edit the files locally in Markdown, commit, and push as usual.

Sidebar Navigation

In order to make it easy to navigate throughout the wiki as it grows bigger, whenever you create a new page, please add the corresponding navigation link into the Sidebar by updating the _Sidebar.md file accordingly.