Skip to content

Commit 1e812f9

Browse files
authored
Update new-integration-doc.yml
1 parent b17494d commit 1e812f9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/new-integration-doc.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
id: title
88
attributes:
99
label: Integration name
10-
placeholder: "Blar"
10+
placeholder: "ExampleIntegration"
1111
validations:
1212
required: true
1313

@@ -16,7 +16,7 @@ body:
1616
attributes:
1717
label: Slug (optional)
1818
description: Lowercase with hyphens. If omitted, it will be derived from the title.
19-
placeholder: "blar"
19+
placeholder: "ExampleIntegration"
2020
validations:
2121
required: false
2222

@@ -43,7 +43,7 @@ body:
4343
id: learn_about_sentence
4444
attributes:
4545
label: Lead sentence (“Learn about…”)
46-
placeholder: "Learn about Sentry's Blar integration and how it …"
46+
placeholder: "Learn about Sentry's ExampleIntegration integration and how it …"
4747
validations:
4848
required: true
4949

@@ -53,7 +53,7 @@ body:
5353
label: Overview
5454
description: 1–2 short paragraphs.
5555
placeholder: |
56-
Blar helps you…
56+
ExampleIntegration helps you…
5757
With this integration you can…
5858
validations:
5959
required: true
@@ -62,7 +62,7 @@ body:
6262
id: maintainedby
6363
attributes:
6464
label: Maintained by
65-
placeholder: "Blar Inc."
65+
placeholder: "ExampleIntegration Inc."
6666
validations:
6767
required: true
6868

@@ -71,7 +71,7 @@ body:
7171
attributes:
7272
label: Support contact
7373
description: Email or URL.
74-
placeholder: "support@blar.io"
74+
placeholder: "support@ExampleIntegration.io"
7575
validations:
7676
required: true
7777

@@ -81,9 +81,9 @@ body:
8181
label: Install and Configure (steps)
8282
description: Use numbered steps.
8383
placeholder: |
84-
1. In Sentry, go to Settings → Integrations → Blar.
84+
1. In Sentry, go to Settings → Integrations → ExampleIntegration.
8585
2. Click Install.
86-
3. In Blar, authorize…
86+
3. In ExampleIntegration, authorize…
8787
validations:
8888
required: true
8989

0 commit comments

Comments
 (0)