All edits, changes, and pages must be written with respect to these guidelines.
- Names follow the following syntax
- File names shall be written as one word (ex.
index.rst
,pkteam.rst
)- All headers and titles shall be capitalized given general English convention. (ex. Contributing to the Wiki, Downloading ProjectKorra Core)
- When referring to various plugins, only capitalize the first letter of the name unless it is an acronym. (ex. ProjectKorra Core vs ProjectKorra CORE, RPG)
- When referring to group entities, (ex. staff, developers, moderators) they shall be treated as a plural group. (ex. The staff are delighted to help)
- ProjectKorra shall be referred as a singular entity. (ex. ProjectKorra is a broad organization)
- Avoid making general grammar mistakes. (ex. run-on sentences, isolating dependent clauses, etc)
- Header Syntax follows the following syntax
- Titles shall be designated by two bars of '#' spanning exactly the length of the title header.
- Sections shall be designated by one bar of '#' spanning exactly the length of the section header.
- Sub-sections shall be designated by one bar of '-' spanning exactly the length of the sub-section header.
- Internal references shall be designated by use of the
:ref:
function. - External references shall be designated by use of reST substitutions. (ex.
`Python_` .. _Python: http://www.python.org/
)
- When referring to other content, it is generally expected that a link be included to said content. (ex. When referring to ProjectKorra staff, add a link to the staff page)
- Sentences should be short, to the point, and non-verbose.
- Ensure that there is a Trello Card/GitHub Issue before making any changes. If there is not, add one so that your modifications can be accounted for.
- Try to make one pull request per page changed in order to prevent backlog/conflicts.
- You need two approving reviews before your changes can be merged.