Skip to content

Commit 26818fd

Browse files
authored
Merge pull request #1608 from IFRCGo/fix/issue-template-ext-2
Use double-quotes on yml issute templates
2 parents 694d127 + 4ba9d18 commit 26818fd

File tree

4 files changed

+78
-80
lines changed

4 files changed

+78
-80
lines changed
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,98 @@
1-
name: Report a Technical or Visual Issue on the IFRC GO Website
2-
description: 'Encountered a bug or glitch? Let us know so we can address it!'
3-
labels: ['type: bug']
1+
name: "Report a Technical or Visual Issue on the IFRC GO Website"
2+
description: "Encountered a bug or glitch? Let us know so we can address it!"
3+
labels: ["type: bug"]
44
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:
14-
label: 'Page URL'
15-
description: 'The URL of the page where you encountered the issue.'
16-
placeholder: 'https://go.ifrc.org/'
14+
label: "Page URL"
15+
description: "The URL of the page where you encountered the issue."
16+
placeholder: "https://go.ifrc.org/"
1717
validations:
1818
required: true
1919

2020
- type: dropdown
2121
attributes:
22-
label: 'Environment'
23-
description: 'Please select the environment where the bug occurred.'
22+
label: "Environment"
23+
description: "Please select the environment where the bug occurred."
2424
options:
25-
- 'Alpha'
26-
- 'Staging'
27-
- 'Production'
25+
- "Alpha"
26+
- "Staging"
27+
- "Production"
2828
validations:
2929
required: true
3030

3131
- type: input
3232
attributes:
33-
label: 'Browser'
34-
description: 'Which browser are you using? (e.g., Chrome, Firefox, Safari)'
35-
placeholder: 'Chrome'
33+
label: "Browser"
34+
description: "Which browser are you using? (e.g., Chrome, Firefox, Safari)"
35+
placeholder: "Chrome"
3636
validations:
3737
required: true
3838

3939
- type: input
4040
attributes:
41-
label: 'Operating System'
42-
description: 'What operating system are you using? Include the version if possible.'
43-
placeholder: 'Windows 10'
41+
label: "Operating System"
42+
description: "What operating system are you using? Include the version if possible."
43+
placeholder: "Windows 10"
4444
validations:
4545
required: false
4646

4747
- type: textarea
4848
attributes:
49-
label: 'Steps to Reproduce the Issue'
49+
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

6060
- type: textarea
6161
attributes:
62-
label: 'Expected Behavior'
63-
description: 'Describe what you expected to happen.'
64-
placeholder: 'I expected the page to...'
65-
validations:
62+
label: "Expected Behavior"
63+
description: "Describe what you expected to happen."
64+
placeholder: "I expected the page to..."
65+
validations:
6666
required: true
6767

6868
- type: textarea
6969
attributes:
70-
label: 'Actual Behavior'
71-
description: 'Describe what actually happened, including any error messages.'
72-
placeholder: 'Instead, I saw...'
70+
label: "Actual Behavior"
71+
description: "Describe what actually happened, including any error messages."
72+
placeholder: "Instead, I saw..."
7373
validations:
7474
required: true
7575

7676
- type: dropdown
7777
attributes:
78-
label: 'Priority'
79-
description: 'How urgent is this issue?'
78+
label: "Priority"
79+
description: "How urgent is this issue?"
8080
options:
81-
- 'Low (Minor inconvenience)'
82-
- 'Medium (Affects functionality, but there is a workaround)'
83-
- 'High (Major functionality is broken)'
84-
- 'Critical (Site is unusable)'
81+
- "Low (Minor inconvenience)"
82+
- "Medium (Affects functionality, but there is a workaround)"
83+
- "High (Major functionality is broken)"
84+
- "Critical (Site is unusable)"
8585
validations:
8686
required: false
8787

8888
- type: textarea
8989
attributes:
90-
label: 'Additional Context (Optional)'
90+
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.
96-
placeholder: 'This issue also happened on [link].'
95+
- Workarounds you have tried."
96+
placeholder: "This issue also happened on [link]."
9797
validations:
9898
required: false
Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,38 @@
1-
name: Feature Request
2-
description: Suggest a new idea or enhancement for the IFRC GO project.
3-
title: "[Feature]: "
4-
labels: ['type: feature-request']
1+
name: "Feature Request"
2+
description: "Suggest a new idea or enhancement for the IFRC GO project."
3+
labels: ["type: feature-request"]
54
body:
65
- type: markdown
76
attributes:
87
value: |
9-
Thank you for suggesting a new feature!
8+
"Thank you for suggesting a new feature!
109
Please provide as much detail as possible to help us understand and evaluate your idea.
11-
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."
1211
1312
- type: textarea
1413
attributes:
15-
label: Feature Description
14+
label: "Feature Description"
1615
description: |
17-
Describe your feature request in detail, including:
16+
"Describe your feature request in detail, including:
1817
- What the feature is.
19-
- Why it’s needed and how it will improve the project.
20-
- How it will benefit users (e.g., "As a user, I want to [do something] so that [desired outcome].").
18+
- 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].)."
2120
placeholder: |
22-
As a user, I want to filter search results by date so that I can quickly find recent information.
23-
validations:
24-
required: true
21+
"As a user, I want to filter search results by date so that I can quickly find recent information."
22+
validations:
23+
required: true
2524

2625
- type: textarea
2726
attributes:
28-
label: Additional Context
27+
label: "Additional Context"
2928
description: |
30-
Provide any extra details or supporting information, such as:
29+
"Provide any extra details or supporting information, such as:
3130
- Links to references or related resources.
3231
- Examples from other projects or systems.
3332
- Screenshots, mockups, or diagrams.
34-
*Tip: You can attach files by clicking here and dragging them in.*
33+
*Tip: You can attach files by clicking here and dragging them in.*"
3534
placeholder: |
36-
Heres a link to a similar feature in another project: [link].
37-
Ive also attached a mockup of what this could look like.
38-
validations:
39-
required: false
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."
37+
validations:
38+
required: false
Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,36 @@
1-
name: Epic
2-
description: Track a larger initiative with multiple related tasks and deliverables for IFRC GO project.
3-
title: "[Epic]: "
4-
labels: ['type: epic']
1+
name: "Epic"
2+
description: "Track a larger initiative with multiple related tasks and deliverables for IFRC GO project."
3+
labels: ["type: epic"]
54
body:
65
- type: markdown
76
attributes:
87
value: |
9-
Epic Overview
10-
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."
1110
1211
- type: textarea
1312
attributes:
14-
label: Epic Summary
13+
label: "Epic Summary"
1514
description: |
16-
Provide a clear and concise summary of the epic.
15+
"Provide a clear and concise summary of the epic.
1716
- What is this epic about?
1817
- What problem does it solve or what goal does it achieve?
19-
- How does it align with the project’s objectives?
18+
- How does it align with the project’s objectives?"
2019
placeholder: |
21-
Example:
22-
This epic focuses on implementing a new feature.
23-
validations:
24-
required: true
20+
"Example:
21+
This epic focuses on implementing a new feature."
22+
validations:
23+
required: true
2524

2625
- type: textarea
2726
attributes:
28-
label: Additional Context or Resources
27+
label: "Additional Context or Resources"
2928
description: |
30-
Provide any additional information, links, or resources that will help the team understand and execute this epic.
29+
"Provide any additional information, links, or resources that will help the team understand and execute this epic."
3130
placeholder: |
32-
Examples:
31+
"Examples:
3332
- Link to design mockups: [link]
3433
- Technical specs document: [link]
35-
- Reference to similar features: [link]
36-
validations:
37-
required: false
34+
- Reference to similar features: [link]"
35+
validations:
36+
required: false
File renamed without changes.

0 commit comments

Comments
 (0)