Skip to content

Commit 92cfdef

Browse files
markushiclaude
andcommitted
chore: Address PR feedback on issue templates
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4e3adac commit 92cfdef

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report_android.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ body:
5656
required: true
5757

5858
- type: dropdown
59-
id: other_bug_reporting
59+
id: other_error_monitoring
6060
attributes:
6161
description: Are you using any other error monitoring solution alongside Sentry?
6262
label: Other Error Monitoring Solution
@@ -67,11 +67,10 @@ body:
6767
required: true
6868

6969
- type: input
70-
id: other_bug_reporting_name
70+
id: other_error_monitoring_name
7171
attributes:
7272
label: Other Error Monitoring Solution Name
73-
description: If yes, please enter the name of the other solution.
74-
placeholder: e.g. Crashlytics
73+
description: If your using another error monitoring solution side-by-side, please enter the name of the other solution.
7574
validations:
7675
required: false
7776

.github/ISSUE_TEMPLATE/bug_report_java.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ body:
5454
required: true
5555

5656
- type: dropdown
57-
id: other_bug_reporting
57+
id: other_error_monitoring
5858
attributes:
5959
description: Are you using any other error monitoring solution alongside Sentry?
6060
label: Other Error Monitoring Solution
@@ -65,11 +65,10 @@ body:
6565
required: true
6666

6767
- type: input
68-
id: other_bug_reporting_name
68+
id: other_error_monitoring_name
6969
attributes:
7070
label: Other Error Monitoring Solution Name
71-
description: If yes, please enter the name of the other solution.
72-
placeholder: e.g. Crashlytics
71+
description: If your using another error monitoring solution side-by-side, please enter the name of the other solution.
7372
validations:
7473
required: false
7574

0 commit comments

Comments
 (0)