Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Contributing to the wiki

Guilherme Paes edited this page Mar 14, 2016 · 3 revisions

We appreciate that you'd like to contribute to our wiki! To keep things as organized and as accessible as possible we created a couple of rules that will help everyone to create, organize and acquire information.

Language

We like to keep a simple and friendly tone on our wiki, always taking care with word casing for names (Dennis Richie) and acronyms (JSON). Code mentions are surrounded with the <code> tag (libsoletta) and code snippets should be surrounded by three backslashes and the language the snippet is written in, such as "```C":

int void main(void) {
    return 0;
}

Always add a short introductory text talking about everything that will be covered on the document before you dive deep into the content, this will help people understand what the document is about and what information they're going to get on it.

Creating a new Page

Always add links from the existing pages pointing to the one you just created whenever it makes sense.

Avoid creating pages that will only be accessible through the collapsed top-right menu, this will bury the page in a big list of pages.

Page linking

When linking to another page always add some text before it explaining what it's about or it could very well look out of context.

Page removals

Before removing any page ensure that the pages it links are also accessible through other pages to avoid that they are buried in the top right menu big list of pages.

Improvements

If you find anything else that is important to the contributing process and it's still not here please contribute here!

Clone this wiki locally