Skip to content

Commit e2940c6

Browse files
authored
Added some basic files to simulate frontend and backend (#1)
1 parent aa57851 commit e2940c6

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea/**
2+
.vscode/**

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# jira-integration-example
2-
An example on how kosli can integrate with jira
2+
An example on how Kosli can integrate with Jira
3+

apps/backend/backend-content.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This is just a file to test out that changes to back-end source code
2+
can trigger a build, reporting to Kosli and Jira
3+
4+
counter=1

apps/frontend/frontend-content.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This is just a file to test out that changes to front-end source code
2+
can trigger a build, reporting to Kosli and Jira
3+
4+
counter=1

0 commit comments

Comments
 (0)