Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update form label #4403

Merged
merged 3 commits into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🐞 Bug Report
description: Please provide a detailed description and include all relevant information about the issue. If you have any doubts regarding the expected behavior, consult our documentation https://www.telerik.com/kendo-angular-ui/components/
description: Please provide a detailed description and include all relevant information about the issue. If you have any doubts, consult our [documentation](https://www.telerik.com/kendo-angular-ui/components/).
labels: ["Bug"]
body:
- type: textarea
Expand All @@ -11,10 +11,7 @@ body:
- type: textarea
attributes:
label: Steps To Reproduce
description: |
Include:
- List of concise steps to replicate the issue
- Runnable demo in StackBlitz or CodeSandBox (You can edit one from our documentation through the **EDIT IN** button)
description: A list of concise steps to replicate the issue. Please include a runnable demo in StackBlitz or CodeSandBox (You can edit one from our documentation through the **EDIT IN** button).
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -46,7 +43,7 @@ body:
- Firefox
- Safari
- Microsoft Edge
default: 1
default: Chrome
validations:
required: true
- type: input
Expand All @@ -66,7 +63,7 @@ body:
- Android
- iOS
- Other
default: 1
default: Windows
validations:
required: false
- type: input
Expand Down