Skip to content

Commit

Permalink
chore: polish templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Raisolution committed Sep 13, 2024
1 parent 61fc0e5 commit 02d5442
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
15 changes: 7 additions & 8 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
- type: textarea
attributes:
label: Description
description: Add a concise description of the issue and any relevant information
description: Add a concise description of the issue and any relevant information.
validations:
required: true
- type: textarea
Expand All @@ -20,25 +20,25 @@ body:
- type: textarea
attributes:
label: Screenshots or video
description: Provide screenshots or a video of the issue
description: Provide screenshots or a video of the issue.
validations:
required: false
- type: textarea
attributes:
label: Actual Behavior
description: A clear and concise description of what is the current behavior
description: A clear and concise description of what is the current behavior.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: dropdown
attributes:
label: Browser
description: Select all browsers in which you reproduce the issue
description: Select all browsers in which you reproduce the issue.
multiple: true
options:
- All
Expand All @@ -52,7 +52,7 @@ body:
- type: input
attributes:
label: Browser version
value: latest
value: "latest"
validations:
required: true
- type: dropdown
Expand All @@ -72,11 +72,10 @@ body:
- type: input
attributes:
label: OS version
description: Set the OS version and additional details
validations:
required: false
- type: input
attributes:
label: Last working version of the Kendo UI for Angular package (if regression)
label: Last working version of the Kendo UI for Angular package (if regression).
validations:
required: false
16 changes: 11 additions & 5 deletions .github/ISSUE_TEMPLATE/2_documentation_issue.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
name: 📄 Documentation issue
description: Share any missing or outdated documentation, broken links and examples.
description: Please provide a detailed description about missing or outdated documentation, broken links and examples.
labels: ["Documentation"]
body:
- type: textarea
attributes:
label: Describe the issue
description: A clear and concise description of the issue and a link to the affected page.
description: A clear and concise description of the issue and any relevant information.
validations:
required: true
- type: input
attributes:
label: Page URL
description: A link to the affected documentation page.
validations:
required: true
- type: textarea
attributes:
label: Screenshots or video
description: Provide screenshots or a video of the issue
description: Provide screenshots or a video of the issue.
validations:
required: false
- type: dropdown
Expand All @@ -27,9 +33,9 @@ body:
default: 1
validations:
required: true
- type: textarea
- type: input
attributes:
label: Browser version
description: Set the browser version
value: "latest"
validations:
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Other
about: Ask a question or share additional feedback.
title: ''
labels: ''
labels: 'Question'
assignees: ''

---
Expand Down

0 comments on commit 02d5442

Please sign in to comment.