Skip to content

Commit 331e50b

Browse files
committed
Fix issue form YAML placeholders
1 parent 4017a80 commit 331e50b

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/ISSUE_TEMPLATE/01-bug-report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
attributes:
1414
label: What happened?
1515
description: Briefly describe the problem.
16-
placeholder: Example: The program closes when I click Run Analysis.
16+
placeholder: "Example: The program closes when I click Run Analysis."
1717
validations:
1818
required: true
1919

@@ -22,7 +22,7 @@ body:
2222
attributes:
2323
label: What did you expect to happen?
2424
description: Tell us what you expected instead.
25-
placeholder: Example: I expected the analysis to finish and show the results table.
25+
placeholder: "Example: I expected the analysis to finish and show the results table."
2626
validations:
2727
required: true
2828

@@ -43,7 +43,7 @@ body:
4343
attributes:
4444
label: Affected area or control
4545
description: Name the project, window, tool, or control if you know it.
46-
placeholder: Example: AvalonDock layout, DataTableView, OxyPlot control
46+
placeholder: "Example: AvalonDock layout, DataTableView, OxyPlot control"
4747
validations:
4848
required: false
4949

@@ -52,7 +52,7 @@ body:
5252
attributes:
5353
label: WPF Framework version or commit
5454
description: Enter the version, package number, branch, or commit if you know it.
55-
placeholder: Example: v1.0.0 or commit abc1234
55+
placeholder: "Example: v1.0.0 or commit abc1234"
5656
validations:
5757
required: false
5858

@@ -61,7 +61,7 @@ body:
6161
attributes:
6262
label: Windows, .NET, and Visual Studio details
6363
description: Add any version details you know.
64-
placeholder: Example: Windows 11, .NET 10 SDK, Visual Studio version if relevant
64+
placeholder: "Example: Windows 11, .NET 10 SDK, Visual Studio version if relevant"
6565
validations:
6666
required: false
6767

.github/ISSUE_TEMPLATE/02-feature-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
attributes:
1414
label: What problem would this solve?
1515
description: Describe the user need or workflow problem.
16-
placeholder: Example: I need to compare several scenarios without exporting each result manually.
16+
placeholder: "Example: I need to compare several scenarios without exporting each result manually."
1717
validations:
1818
required: true
1919

@@ -22,7 +22,7 @@ body:
2222
attributes:
2323
label: What would you like to happen?
2424
description: Describe the feature or improvement.
25-
placeholder: Example: Add a button to export all scenario results to one Excel file.
25+
placeholder: "Example: Add a button to export all scenario results to one Excel file."
2626
validations:
2727
required: true
2828

@@ -43,7 +43,7 @@ body:
4343
attributes:
4444
label: Current workaround
4545
description: How are you handling this now, if at all?
46-
placeholder: Example: I manually copy results from each scenario into Excel.
46+
placeholder: "Example: I manually copy results from each scenario into Excel."
4747
validations:
4848
required: false
4949

@@ -52,7 +52,7 @@ body:
5252
attributes:
5353
label: Affected area or control
5454
description: Name the project, window, tool, or control if you know it.
55-
placeholder: Example: Project explorer, theme system, NumericControls
55+
placeholder: "Example: Project explorer, theme system, NumericControls"
5656
validations:
5757
required: false
5858

.github/ISSUE_TEMPLATE/03-documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
attributes:
99
label: Where is the documentation issue?
1010
description: Link to the page, section, help topic, or file if possible.
11-
placeholder: Example: User Guide, Section 3.2, Importing Data
11+
placeholder: "Example: User Guide, Section 3.2, Importing Data"
1212
validations:
1313
required: true
1414

@@ -31,7 +31,7 @@ body:
3131
attributes:
3232
label: Describe the issue
3333
description: What is confusing, missing, or incorrect?
34-
placeholder: Example: The guide says to select an output folder, but the current interface uses a file picker instead.
34+
placeholder: "Example: The guide says to select an output folder, but the current interface uses a file picker instead."
3535
validations:
3636
required: true
3737

@@ -40,7 +40,7 @@ body:
4040
attributes:
4141
label: Suggested change
4242
description: Optional. Suggest wording or content that would help.
43-
placeholder: Example: Add a screenshot showing the current import window.
43+
placeholder: "Example: Add a screenshot showing the current import window."
4444
validations:
4545
required: false
4646

.github/ISSUE_TEMPLATE/04-question.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
attributes:
1414
label: What is your question?
1515
description: Ask the question as clearly as possible.
16-
placeholder: Example: Which input file should I use for a frequency curve with historical information?
16+
placeholder: "Example: Which input file should I use for a frequency curve with historical information?"
1717
validations:
1818
required: true
1919

@@ -22,7 +22,7 @@ body:
2222
attributes:
2323
label: What are you trying to do?
2424
description: Briefly describe your workflow or goal.
25-
placeholder: Example: I am trying to estimate a stage-frequency curve for a reservoir risk assessment.
25+
placeholder: "Example: I am trying to estimate a stage-frequency curve for a reservoir risk assessment."
2626
validations:
2727
required: false
2828

@@ -31,7 +31,7 @@ body:
3131
attributes:
3232
label: What have you already tried?
3333
description: Optional. Tell us what documentation, settings, or examples you checked.
34-
placeholder: Example: I read the user guide and tried the sample dataset.
34+
placeholder: "Example: I read the user guide and tried the sample dataset."
3535
validations:
3636
required: false
3737

@@ -40,7 +40,7 @@ body:
4040
attributes:
4141
label: Affected area or control
4242
description: Name the project, window, tool, or control if you know it.
43-
placeholder: Example: Database controls, DAG demo, theme system
43+
placeholder: "Example: Database controls, DAG demo, theme system"
4444
validations:
4545
required: false
4646

0 commit comments

Comments
 (0)