Skip to content

Commit

Permalink
Merge pull request #44 from syncfusion/Template
Browse files Browse the repository at this point in the history
Cleared syntax error in new bug and feature templates
  • Loading branch information
PaulAndersonS authored Dec 4, 2024
2 parents 8862060 + ffe42d6 commit 1d0f3bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for submitting the bug report! Please provide as much detail as possible to help us diagnose and resolve the issue faster.
Thanks for submitting the bug report! Please provide as much detail as possible to help us diagnose and resolve the issue faster.
- type: textarea
id: description
attributes:
Expand All @@ -31,7 +31,7 @@ body:
<x:String>Year</x:String>
</x:Array>
</segmentedControl:SfSegmentedControl.ItemsSource>
</segmentedControl:SfSegmentedControl>`
</segmentedControl:SfSegmentedControl>`
2. If the `FlowDirection` is set to `RightToLeft` and observe the layout issue 🐞
Expected outcome: a bug was added
Expand Down Expand Up @@ -103,7 +103,4 @@ body:
label: Relevant log output
description: Include a stack trace for further analysis.
render: shell
- type: markdown
attributes:
value: |

5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
value: |
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.
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.
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.
- type: textarea
id: description
attributes:
Expand Down Expand Up @@ -37,7 +37,4 @@ body:
placeholder: In my app, I want to change the SfSegmentedControl from horizontal to vertical orientation to better organize items and enhance the user experience.
validations:
required: true
- type: markdown
attributes:
value: |

0 comments on commit 1d0f3bd

Please sign in to comment.