From 407b23e0c6500d1f4fc1cf68012d78e7a11c7f4b Mon Sep 17 00:00:00 2001 From: Leo Gagliardi Date: Fri, 29 Aug 2025 12:57:01 +0200 Subject: [PATCH 1/3] test --- app/src/main/java/com/example/testapplication/MainActivity.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/main/java/com/example/testapplication/MainActivity.kt b/app/src/main/java/com/example/testapplication/MainActivity.kt index 55d9800..0b20cf2 100644 --- a/app/src/main/java/com/example/testapplication/MainActivity.kt +++ b/app/src/main/java/com/example/testapplication/MainActivity.kt @@ -36,6 +36,10 @@ fun Greeting(name: String, modifier: Modifier = Modifier) { text = "Hello $name!", modifier = modifier ) + Text( + text = "Test", + modifier = modifier + ) } @Preview(showBackground = true) From debab113c642c16e076ea607b98d5a8026a09251 Mon Sep 17 00:00:00 2001 From: Leo Gagliardi Date: Fri, 29 Aug 2025 15:03:11 +0200 Subject: [PATCH 2/3] fix pr --- .github/pull_request_template.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 487cb31..ddfbb69 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,4 @@ ---- -name: 🚀 Pull Request -about: Descrivi le modifiche e il contesto di questa pull request -title: '[#Numero issue] | Breve titolo' -assignees: '' ---- - +### La PR deve avere questo titolo: '[#Numero issue|Ticket Jira] | Breve titolo' ## 📖 Descrizione From 18c69705191db5bcb56ac82dbc1480e6e4ac1610 Mon Sep 17 00:00:00 2001 From: Leo Gagliardi Date: Fri, 29 Aug 2025 15:03:18 +0200 Subject: [PATCH 3/3] fix pr --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ddfbb69..08d0169 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,5 @@ ### La PR deve avere questo titolo: '[#Numero issue|Ticket Jira] | Breve titolo' + ## 📖 Descrizione