Skip to content

Commit af42f56

Browse files
committed
Remove double quotes from multiline string
1 parent 26818fd commit af42f56

File tree

3 files changed

+26
-28
lines changed

3 files changed

+26
-28
lines changed

.github/ISSUE_TEMPLATE/01_bug_report.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
"Thank you for helping improve the IFRC GO Website!
8+
Thank you for helping improve the IFRC GO Website!
99
Please fill out the form below with as much detail as possible. This will help us diagnose and fix the issue promptly.
10-
If the issue is visual, screenshots or videos are greatly appreciated."
10+
If the issue is visual, screenshots or videos are greatly appreciated.
1111
1212
- type: input
1313
attributes:
@@ -48,12 +48,12 @@ body:
4848
attributes:
4949
label: "Steps to Reproduce the Issue"
5050
description: |
51-
"Please describe the issue in detail, including:
51+
Please describe the issue in detail, including:
5252
1. What actions led to the issue?
53-
2. If possible, attach screenshots or videos demonstrating the problem."
53+
2. If possible, attach screenshots or videos demonstrating the problem.
5454
placeholder: |
55-
"1. I clicked on...
56-
2. [Attach screenshots/videos if available]"
55+
1. I clicked on...
56+
2. [Attach screenshots/videos if available]
5757
validations:
5858
required: true
5959

@@ -89,10 +89,10 @@ body:
8989
attributes:
9090
label: "Additional Context (Optional)"
9191
description: |
92-
"Provide any extra details, such as:
92+
Provide any extra details, such as:
9393
- Related links.
9494
- Previous occurrences of this issue.
95-
- Workarounds you have tried."
95+
- Workarounds you have tried.
9696
placeholder: "This issue also happened on [link]."
9797
validations:
9898
required: false

.github/ISSUE_TEMPLATE/02_feature_request.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,33 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
"Thank you for suggesting a new feature!
8+
Thank you for suggesting a new feature!
99
Please provide as much detail as possible to help us understand and evaluate your idea.
10-
Before submitting, please search our issue tracker to ensure this isn’t a duplicate request."
10+
Before submitting, please search our issue tracker to ensure this isn’t a duplicate request.
1111
1212
- type: textarea
1313
attributes:
1414
label: "Feature Description"
1515
description: |
16-
"Describe your feature request in detail, including:
16+
Describe your feature request in detail, including:
1717
- What the feature is.
1818
- Why it is needed and how it will improve the project.
19-
- How it will benefit users (e.g., As a user, I want to [do something] so that [desired outcome].)."
20-
placeholder: |
21-
"As a user, I want to filter search results by date so that I can quickly find recent information."
19+
- How it will benefit users (e.g., As a user, I want to [do something] so that [desired outcome].).
20+
placeholder: "As a user, I want to filter search results by date so that I can quickly find recent information."
2221
validations:
2322
required: true
2423

2524
- type: textarea
2625
attributes:
2726
label: "Additional Context"
2827
description: |
29-
"Provide any extra details or supporting information, such as:
28+
Provide any extra details or supporting information, such as:
3029
- Links to references or related resources.
3130
- Examples from other projects or systems.
3231
- Screenshots, mockups, or diagrams.
33-
*Tip: You can attach files by clicking here and dragging them in.*"
32+
*Tip: You can attach files by clicking here and dragging them in.*
3433
placeholder: |
35-
"Here's a link to a similar feature in another project: [link].
36-
I've also attached a mockup of what this could look like."
34+
Here's a link to a similar feature in another project: [link].
35+
I've also attached a mockup of what this could look like.
3736
validations:
3837
required: false

.github/ISSUE_TEMPLATE/03_epic_request.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,31 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
"Epic Overview
9-
Use this to define a large, overarching initiative. An epic typically represents a high-level goal or feature that can be broken down into smaller, actionable issues."
8+
Epic Overview
9+
Use this to define a large, overarching initiative. An epic typically represents a high-level goal or feature that can be broken down into smaller, actionable issues.
1010
1111
- type: textarea
1212
attributes:
1313
label: "Epic Summary"
1414
description: |
15-
"Provide a clear and concise summary of the epic.
15+
Provide a clear and concise summary of the epic.
1616
- What is this epic about?
1717
- What problem does it solve or what goal does it achieve?
18-
- How does it align with the project’s objectives?"
18+
- How does it align with the project’s objectives?
1919
placeholder: |
20-
"Example:
21-
This epic focuses on implementing a new feature."
20+
Example:
21+
This epic focuses on implementing a new feature.
2222
validations:
2323
required: true
2424

2525
- type: textarea
2626
attributes:
2727
label: "Additional Context or Resources"
28-
description: |
29-
"Provide any additional information, links, or resources that will help the team understand and execute this epic."
28+
description: "Provide any additional information, links, or resources that will help the team understand and execute this epic."
3029
placeholder: |
31-
"Examples:
30+
Examples:
3231
- Link to design mockups: [link]
3332
- Technical specs document: [link]
34-
- Reference to similar features: [link]"
33+
- Reference to similar features: [link]
3534
validations:
3635
required: false

0 commit comments

Comments
 (0)