From be67b53cf39d4058b7544664ee108e4b70429774 Mon Sep 17 00:00:00 2001 From: Valentine John Ogoshi Date: Sat, 14 Oct 2023 14:42:22 +0100 Subject: [PATCH 1/2] name bug fixed --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..0ae2adb 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Valentine John Ogoshi" +email = 'Agyakoji@gmail.com' # Print the name and email address print("Name:", name) From 4e6c7b6afcd5c43f7cc548c6c3d970f74a7e8216 Mon Sep 17 00:00:00 2001 From: Valentine John Ogoshi Date: Sat, 14 Oct 2023 15:00:41 +0100 Subject: [PATCH 2/2] Documentation on the bug fixing process --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 813b6e3..27002fb 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# Git-Github \ No newline at end of file +# Git-Github +To fix the bug, I replace the name = "PUT YOUR NAME and email = 'PUT YOUR EMAIL' in the mine.py file with my full name and email address, saved the file, add it to the staging index using my terminal, then I committed the changes and pushed> \ No newline at end of file