From 796a9d8bf00bda444319f5ebcda72c0f6e87eb39 Mon Sep 17 00:00:00 2001 From: Muhammad Basheer <49371247+basheerbk@users.noreply.github.com> Date: Sun, 19 Jun 2022 10:44:48 +0530 Subject: [PATCH] Develop (second trail) (#344) * Create README.md * created a branch called develop * created a file called create_book.txt * added a file called list_all_books.txt * added some updation * deleted file named touch * edited * added the sentence --- muhammed_basheer_book_app/add_books_feature/create_book.txt | 1 + muhammed_basheer_book_app/add_books_feature/list_all_books.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 muhammed_basheer_book_app/add_books_feature/create_book.txt create mode 100644 muhammed_basheer_book_app/add_books_feature/list_all_books.txt diff --git a/muhammed_basheer_book_app/add_books_feature/create_book.txt b/muhammed_basheer_book_app/add_books_feature/create_book.txt new file mode 100644 index 00000000..306efa59 --- /dev/null +++ b/muhammed_basheer_book_app/add_books_feature/create_book.txt @@ -0,0 +1 @@ +This is the feature for the author to add a new book. diff --git a/muhammed_basheer_book_app/add_books_feature/list_all_books.txt b/muhammed_basheer_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 00000000..0d685870 --- /dev/null +++ b/muhammed_basheer_book_app/add_books_feature/list_all_books.txt @@ -0,0 +1 @@ +“This is the feature which shows the user all the books they’ve created as a list.” , List all books will list all books in ascending order.