- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.2k
 
Contribution
        Vikesh Tiwari edited this page Oct 14, 2017 
        ·
        2 revisions
      
    Hello dear friend, welcome! This guide details how to contribute to this repository.
- All lists are 
.mdfiles. Try to learn Github's Markdown syntax. It's simple! - All the lists start with an Index, the idea is to show all of sections and subsections there, so it's important to have an index for each section. Right now it's alphabetized, so please use alphabetic order.
 - Sections are using level 3 heading (in HTML is 
<h3>, in Markdown is###), and subsections are using level 4 (in HTML is<h4>, in Markdown is####). 
The idea is to have
- 
2empty lines between last suggested book & new header - 
1empty line between header & first book of that very section. - 
0empty line between each book in 1 section. - 
1empty line at the end of each.mdfile. 
Like this example:
[...]
* [Essential Pascal Version 1 and 2](http://www.marcocantu.com/epascal/)
### DTrace
* [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)
* [Some Other Book](http://so.me/other/book.html)
BAD : * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)(PDF)
GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) (PDF)
BAD : * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)- Robert
GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) - Robert
And that's it! Simple, easy and lovely...
We hope you contribute to this great repository. 👍