Skip to content

Commit 1d0f3bd

Browse files
Merge pull request #44 from syncfusion/Template
Cleared syntax error in new bug and feature templates
2 parents 8862060 + ffe42d6 commit 1d0f3bd

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thanks for submitting the bug report! Please provide as much detail as possible to help us diagnose and resolve the issue faster.
9+
Thanks for submitting the bug report! Please provide as much detail as possible to help us diagnose and resolve the issue faster.
1010
- type: textarea
1111
id: description
1212
attributes:
@@ -31,7 +31,7 @@ body:
3131
<x:String>Year</x:String>
3232
</x:Array>
3333
</segmentedControl:SfSegmentedControl.ItemsSource>
34-
</segmentedControl:SfSegmentedControl>`
34+
</segmentedControl:SfSegmentedControl>`
3535
2. If the `FlowDirection` is set to `RightToLeft` and observe the layout issue 🐞
3636
3737
Expected outcome: a bug was added
@@ -103,7 +103,4 @@ body:
103103
label: Relevant log output
104104
description: Include a stack trace for further analysis.
105105
render: shell
106-
- type: markdown
107-
attributes:
108-
value: |
109106

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
Thank you for your interest in Syncfsuion Toolkit for .NET MAUI open source controls! We welcome all ideas. Please provide a detailed description, including screenshots, mockups, and pseudo-code, and consider the platform feasibility across .NET MAUI to expedite review.
1010
11-
If you're unsure about a request, feel free to [start a discussion(https://github.com/syncfusion/maui-toolkit/discussions/new?category=ideas) to collaborate with the team and community before proceeding.
11+
If you're unsure about a request, feel free to [start a discussion](https://github.com/syncfusion/maui-toolkit/discussions/new?category=ideas) to collaborate with the team and community before proceeding.
1212
- type: textarea
1313
id: description
1414
attributes:
@@ -37,7 +37,4 @@ body:
3737
placeholder: In my app, I want to change the SfSegmentedControl from horizontal to vertical orientation to better organize items and enhance the user experience.
3838
validations:
3939
required: true
40-
- type: markdown
41-
attributes:
42-
value: |
4340

0 commit comments

Comments
 (0)