This repo contains tutorials on different fields, giving a friendly guide and step by step instructions on each tutorial.
Woah ! you want to contribute by submitting your own tutorial? Here are the basics steps:
-
Clone this repository
git clone https://github.com/openmindsclub/Tutorials
. -
Create a folder and name it corresponding to what your tutorial will cover.
-
Create a
README.md
inside the folder you just created (other assets like screenshot must also be contained in the same directory). -
Now it's time to fill your
README.md
following these rules:- Your tutorial has to be well written and formatted with
Markdown
syntax (Follow existing tutorials format). - Provide as much details as possible, if you think some details are too wordy to mention, you can always redirect the users to a subfolder containing additional information.
- Every information provided needs to be accurate.
- Always link to your references, this will come in handy to our maintainers who are tasked with the duty of fact checking information.
- Your tutorial has to be well written and formatted with
-
Before submitting your contribution via a Pull Request, make sure to add your tutorial to the list of already existing ones in the table of matter.
Tutorial | Description |
---|---|
Installing ArchLinux UEFI-x86-64 | Guide To installing Arch Linux in UEFI mode 64-bit along side Windows |
Installing Oracle XE on Linux | Installing Oracle XE on Linux |
Using Maven | Install and setup Maven on an existing Java project |