From 6671dd08ab663b92c587d0350ccaf42c4e9eed2a Mon Sep 17 00:00:00 2001 From: Shubham Londhe Date: Sun, 15 Feb 2026 12:27:24 +0530 Subject: [PATCH 1/4] fix: SCRUM-5 Add feature file for JIRA tracking --- dummy-feature-file.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 dummy-feature-file.txt diff --git a/dummy-feature-file.txt b/dummy-feature-file.txt new file mode 100644 index 0000000..e759707 --- /dev/null +++ b/dummy-feature-file.txt @@ -0,0 +1 @@ +this is a feature file for jira tracking From de5b4849deee568075b492f1a78e423105e824f8 Mon Sep 17 00:00:00 2001 From: Bijaya kumar jena <158011164+Bijaya-423@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:12:10 +0530 Subject: [PATCH 2/4] pull request --- day5/shell.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 day5/shell.sh diff --git a/day5/shell.sh b/day5/shell.sh new file mode 100644 index 0000000..cd7193f --- /dev/null +++ b/day5/shell.sh @@ -0,0 +1 @@ +echo "Git and github practice pull request" \ No newline at end of file From abeef9bd8b9097abc66ad808a082716dc7af3a21 Mon Sep 17 00:00:00 2001 From: Bijaya kumar jena <158011164+Bijaya-423@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:14:51 +0530 Subject: [PATCH 3/4] day5 folder shell script testing in pull request --- day5/shell.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/day5/shell.sh b/day5/shell.sh index cd7193f..722994e 100644 --- a/day5/shell.sh +++ b/day5/shell.sh @@ -1 +1,2 @@ -echo "Git and github practice pull request" \ No newline at end of file +echo "Git and github practice pull request" +echo "I am learning git and github for devops" \ No newline at end of file From 6e5689ae7837b87aa9917ca497d70185cac8c531 Mon Sep 17 00:00:00 2001 From: Bijaya kumar jena <158011164+Bijaya-423@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:17:23 +0530 Subject: [PATCH 4/4] added new file for pull request --- day5/newshellscript.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 day5/newshellscript.sh diff --git a/day5/newshellscript.sh b/day5/newshellscript.sh new file mode 100644 index 0000000..786d0d4 --- /dev/null +++ b/day5/newshellscript.sh @@ -0,0 +1 @@ +echo "hello doston" \ No newline at end of file