Files
GoBooks/CONTRIBUTING.md
T
Dariush Abbasi cfb82c17a1 sort new to old
ref #163
2026-02-27 05:23:44 -07:00

20 lines
662 B
Markdown

Contribution Guidelines
====
Add books with this format :
```
### DATE - [BOOK NAME](BOOK URL)
<img src="gobooks/covers/COVER_FILENAME" width="120px"/>
BOOK DESCRIPTION
```
* Place cover images in `gobooks/covers/` with a slug filename (e.g. `book-name.jpg`).
* If book is free, add it after free books of that category and also add `*Free*` after book url.
* Add other books in ascending date order (newest last). Books without date go at the end of the list in that category.
* To keep track of the huge table of contents you can use a plugin like [Markdown VSCode plugin](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)