Create PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Vishnu Ks
2017-11-01 19:57:19 +05:30
committed by GitHub
parent 0b52dbefc1
commit daf3af8fb9

28
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,28 @@
## In this pull request
- [ ] I am adding a new book.
- [ ] I am adding a new category
- [ ] Removing a book
## Adding new book
* The book I am adding is _ _ _ _
* I am adding this book to _ _ _ _ section.
* I have read this book _ _ times.
* I think this book deserves to be in this list because _ _ _ _
**If you are adding more than 1 books duplicate this section**
## Add new category
* The category I am adding is _ _ _ _
* The reason why I think this category should be there is because _ _ _ _
* - [ ] I have added at least one book to this category
**If you are adding more than 1 category duplicate this section**
## Remove a book
* The book I am removing is _ _ _ _
* I am removing this book from _ _ _ _ section.
* I have read this book _ _ times.
* I think this book should not be in this list because _ _ _ _
**If you are removing more than 1 book duplicate this section.**