Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO on 13/06/2026
1 change: 1 addition & 0 deletions file1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is file 1
1 change: 1 addition & 0 deletions file2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is file 2
2 changes: 2 additions & 0 deletions file3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
this is file 3

8 changes: 8 additions & 0 deletions github-integration.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions new-file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is a new file
1 change: 1 addition & 0 deletions new-master-file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is file from master
4 changes: 4 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
print("This is a Test File")

def test_me():
return "I am from master so test me"