-
Notifications
You must be signed in to change notification settings - Fork 8
Contribution Guidelines
Table of Contents
Guidelines for those that wish to contribute to the Korora Documentation.
We welcome all contributions to the Korora Documentation but please follow these guidelines.
If you wish to contribute to the Korora Docs via GitHub, first you must create a GitHub account if you have not already done so.
You must then fork the repo ( you will find the button at the top of the page).
You must then submit a pull request for any new documentation you may add, which will then be subject to review before inclusion. Korora documentation uses the same syntax for formatting as Engage. For both new documents and improvements / updates to existing documents please create one pull request for each document.
This folder includes installation, creating bootable media, choosing a desktop Etc.
This folder includes genral use, desktop specific guides, upgrading / updating, GRUB, Bootloader Etc
This folder includes how to get support, using Engage Etc
When adding new files, please follow the following file naming guidlines:
- File name must relate to the topic
- Must be in English and start with a capital letter
- All files must be in markdown format (
.md
) - If using multiple words in the file name, use CamelCase and seperate each word with a hyphen (eg:
Using-Korora.md
)
All images are to be placed in the img
folder.
When naming your images please name them using the name of your file and if multiple images, further name them with a number or heading for which they are under, for example: Contribution-Guidelines-Fork.png
.
For images that are hosted in the repo to appear in documents on the Korora website they require the full path with ?raw=true
appended e.g.
![Contribution-Guidelines-Fork](https://github.com/kororaproject/kp-documentation/blob/master/img/Contribution-Guidelines-Fork.png?raw=true)
When there are 2 or more sub headings within a document, a Table of Contents should be included. They are simple to create using the sample below which includes the code for the table for this document and the first heading.
**Table of Contents**
- [Contribution Guidelines](#contribution-guidelines)
- [How To Contribute](#how-to-contribute)
- [File Hierarchy](#file-hierarchy)
- [GettingKorora](#gettingkorora)
- [UsingKorora](#usingkorora)
- [GettingHelp](#gettinghelp)
- [File Naming Conventions](#file-naming-conventions)
- [Image Naming Conventions](#image-naming-conventions)
<a name="contribution-guidelines"></a>
# Contribution Guidelines
Anyone with any questions or unable to contribute in this format please contact us at team@kororaproject.org.
Derived from Fedora | Powered by Freedom, Dedication and the pursuit of Perfection
All published content is licensed under the CC‑BY‑SA 4.0 International license.
- Development Notes
- Getting Korora
-
Using Korora
- Updating Korora
- Upgrading Korora
- Bootloader
- Desktop Specific
- General
- Getting help with Korora
- Developing For Korora