diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..a3910c7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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.**