Skip to content

Latest commit

 

History

History
80 lines (69 loc) · 2.62 KB

CONTRIBUTE.md

File metadata and controls

80 lines (69 loc) · 2.62 KB

How to Contribute

Open Source
Hello there, if you'd like to contribute to this particular repo by adding more categories and books or improve the overall structure, please feel free to do so and I'll keep an eye on open issues and/or pull requests.


Please keep in mind that the README.md file is written in plain HTML and it would be appreciated if you'd follow the same structure while adding stuff.


Also keep in mind that this whole repo is for educational purposes only, and, only free accessible links will be accepted as additions to the repo and nothing else. Also for each new addition of a book, the name of the author / writer of that book must be clearly shown to the title of the book before the extension as the copyrights go to each and every respective writers of each and every book and not to the person who added the book on this free repo!

Example: this_is_a_book_[name_of_the_author].pdf

At last, you should keep in mind that, by contributing you accept the fact that this repo is LICENSED under the MIT license, which consists of repo usage only and only for educational purposes and expanding and sharing knowledge and nothing more than that!


Ways of Contributing:

There are three ways:

  1. Modify the README.md's HTML code (follow example (1)) such that you add a new free link that directs to the book that you want to be added to the respective category (if the category does not exist create it).
  2. Upload the particular book you want to be added to your own personal drive account and then modify the README.md file by following the example (1).
  3. Make a pull request of the book you want to be added by providing the free download link, and I will personally add it to my drive account and then add it to the repo.

  • Example (1)
<ul>
 <li>
  <h2>:emoji_here: <a href="https://www.link_for_the_book_here.pdf/">Category_1</a></h2>
  <ul>
   <li>
    <h3>:emoji_here: <a href="https://www.link_for_the_book_here.pdf/">Sub - Category_1</a></h3>
    <ul>
     <li>
      ...
     </li>
    </ul>
   </li>
  </ul>
 </li>
 <li>
  <h2>:emoji_here: <a href="https://www.link_for_the_book_here.pdf/">Category_2</a></h2>
  <ul>
   <li>
    <h3>:emoji_here: <a href="https://www.link_for_the_book_here.pdf/">Sub - Category_2</a></h3>
    <ul>
     <li>
      ...
     </li>
    </ul>
   </li>
  </ul>
 </li>
 .
 .
 .
</ul>
.
.
.

©️ 2020 - 2021
Thank you!