From d324b8bf1d62ccee99b27e748ae0ae617e82fbcf Mon Sep 17 00:00:00 2001 From: Shubham Londhe Date: Sat, 6 Jun 2026 09:55:40 +0530 Subject: [PATCH 1/5] Add test.py with a print statement --- test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 00000000..d9c470ae --- /dev/null +++ b/test.py @@ -0,0 +1 @@ +print("This is a Test File") From 76452c92602a0b02439ea7787d53b00797c998a8 Mon Sep 17 00:00:00 2001 From: Shubham Londhe Date: Sat, 6 Jun 2026 11:31:56 +0530 Subject: [PATCH 2/5] squashed 5 commits in one * added master file * Added new file * added file 1 * added file 2 * added file 3 --------- Co-authored-by: Ubuntu --- file1.txt | 1 + file2.txt | 1 + file3.txt | 2 ++ new-file.txt | 1 + new-master-file.txt | 1 + 5 files changed, 6 insertions(+) create mode 100644 file1.txt create mode 100644 file2.txt create mode 100644 file3.txt create mode 100644 new-file.txt create mode 100644 new-master-file.txt diff --git a/file1.txt b/file1.txt new file mode 100644 index 00000000..1e4ff029 --- /dev/null +++ b/file1.txt @@ -0,0 +1 @@ +this is file 1 diff --git a/file2.txt b/file2.txt new file mode 100644 index 00000000..a39a620d --- /dev/null +++ b/file2.txt @@ -0,0 +1 @@ +this is file 2 diff --git a/file3.txt b/file3.txt new file mode 100644 index 00000000..ed4abf5b --- /dev/null +++ b/file3.txt @@ -0,0 +1,2 @@ +this is file 3 + diff --git a/new-file.txt b/new-file.txt new file mode 100644 index 00000000..3b2aed8e --- /dev/null +++ b/new-file.txt @@ -0,0 +1 @@ +this is a new file diff --git a/new-master-file.txt b/new-master-file.txt new file mode 100644 index 00000000..5bd819df --- /dev/null +++ b/new-master-file.txt @@ -0,0 +1 @@ +this is file from master From d5c33811056aa6417edcf5e11088032fc804d969 Mon Sep 17 00:00:00 2001 From: Shubham Londhe Date: Sat, 6 Jun 2026 12:51:36 +0530 Subject: [PATCH 3/5] Add test function to test.py --- test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.py b/test.py index d9c470ae..318bfd13 100644 --- a/test.py +++ b/test.py @@ -1 +1,4 @@ print("This is a Test File") + +def test_me(): + return "I am from master so test me" From dcc32c74e2835fa21c75c63448b0ddcf3ce4bf7a Mon Sep 17 00:00:00 2001 From: Shubham Londhe Date: Sun, 7 Jun 2026 11:24:48 +0530 Subject: [PATCH 4/5] SCRUM-8 - Add GitHub integration instructions for Jira (#4) This commit will create the integration for Github and Jira as mentioned in SCRUM-8 --- github-integration.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 github-integration.md diff --git a/github-integration.md b/github-integration.md new file mode 100644 index 00000000..e744987a --- /dev/null +++ b/github-integration.md @@ -0,0 +1,8 @@ +# Created GitHub integration for Jira + +- Go to Jira +- Go to Spaces, select your space +- Go to Code tab +- Connect Github +- Give accesss to the selected repositories +- You will be able to integrate Github & Jira From 294103583d26edd9e0aa82353d865a35d3fca63a Mon Sep 17 00:00:00 2001 From: Shubham Londhe Date: Sun, 7 Jun 2026 11:47:25 +0530 Subject: [PATCH 5/5] SCRUM-11 - Add TODO comment to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..7feeb8d9 --- /dev/null +++ b/Dockerfile @@ -0,0 +1 @@ +# TODO on 13/06/2026