Skip to content

Commit 313a088

Browse files
committed
improve new issue links
1 parent bd7b5ed commit 313a088

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ contact_links:
33
- name: Create
44
url: https://youtrack.jetbrains.com/newIssue?project=CMP
55
about: Please report new issues to the JetBrains YouTrack
6+
- name: Jetpack Compose tracker
7+
url: https://issuetracker.google.com/issues/new?component=612128
8+
about: If the issue is in the API with `androidx.*` namespace and affects Android, report it in the Jetpack Compose tracker, mentioning the corresponding Jetpack version.

.github/ISSUE_TEMPLATE/youtrack-redirect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
attributes:
66
value: |
77
Thank you for taking the time to file a bug report.
8-
The Amper project works with issues in YouTrack, so please report issues over there:
8+
The Compose Multiplatform project works with issues in YouTrack, so please report issues over there:
99
https://youtrack.jetbrains.com/newIssue?project=CMP
1010
1111
We had to create this issue template as a workaround for this GitHub bug:

0 commit comments

Comments
 (0)