Navigation

Contribute

Every article is a Markdown file. Propose a correction through an issue or edit the source and open a pull request.

Quick corrections

Use the Report an issue link on any article to open an issue prefilled with the correct page. Describe the change and include a source where one is needed.

Editing an article

The Edit link opens the corresponding Markdown file in the repository. Make the change on a branch and open a pull request targeting master.

Using raw Git

git clone https://github.com/returnmoe/wiki.git
cd wiki
git switch master
git pull --ff-only
git switch -c article/my-change
npm install
npm run verify

Repository

Search