Skip to content

Commit

Permalink
chore: update form label (#4403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raisolution authored Sep 13, 2024
1 parent 916823d commit d839a72
Showing 1 changed file with 4 additions and 7 deletions.
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

0 comments on commit d839a72

Please sign in to comment.