Contributing is easy:
- Fork the repository.
- Add pages, improve existing pages, fix typos - whatever.
- Push the changes to the forked repository.
- Send us a pull request.
Use the standard Markdown syntax. Only use HTML if there's no Markdown equivalent (e.g. tables).
Use proper English grammar.
Do not create a Contents section. TOCs are dynamically generated with JavaScript.
Do not use quotation marks to emphasize words. Instead use single asterisks (e.g. *foo*
) or double asterisks to denote important words (e.g. **bar**
).
Only use inline code and code blocks to markup actual code, file contents or file names.
Indent the values of the YAML Front Matter so that they align with each other.
Capitalize the words in heading titles according to the MLA format, e.g. Uploading the Language Files
.
Add a newline after the heading.
When linking to internal pages use relative links, e.g. [Using FTP](https://docs.mybb.com/install/ftp)
should be [Using FTP](install/ftp)
.