Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.54 KB

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 1.54 KB

Contribution guidelines

First off, thank you for considering contributing to this project. Any help would be much appreciated.

How to contribute

Please feel free to improve the quality of this content by submitting pull requests. A merged PR will make you appear in the contributor list. It will, however, be considered a donation of your work to this project. You are still bound by the conditions of the license, meaning that you are not considered an author or owner of the content once it has been merged in.

You may also open issues for pointing out mistakes or suggesting ideas.

Support (or lack thereof)

Please do not use issues to ask for help because you're stuck in an exercise or a project. Unfortunately, I don't have enough free time to answer individual requests, so these issues would be closed immediately.

Instead, start by searching the web and ask your questions on programming forums like Stack Overflow or Reddit. Knowing how to find answers online is a key skill for a developer!

Markdown flavor

Leanpub uses a specific flavor of Markdown. As much as possible, this book is written using GitHub-Flavored Markdown to improve rendering on GitHub and elsewhere, while staying compatible with Leanpub.

The only exceptions are info, tip, warning and error text boxes defined with I>, T>, W> and E> instead of the classic > syntax. Read the Leanpub documentation for more details.