-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): add interactive issue templates
chore(docs): add interactive issue templates
- Loading branch information
1 parent
b8b23a6
commit b43d95a
Showing
7 changed files
with
130 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
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/ | ||
labels: ["Bug"] | ||
body: | ||
- type: input | ||
attributes: | ||
label: Ticket URL | ||
description: A link to the ticket with the bug report | ||
- type: input | ||
attributes: | ||
label: Public URL | ||
description: A link to the ticket for the feedback portal item | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Add a concise description of the issue and any relevant information | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: | | ||
Include: | ||
- a StackBlitz or CodeSandBox demo | ||
- concise steps to replicate the issue | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: A clear and concise description of what you expected to happen | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Actual Behavior | ||
description: A clear and concise description of what is the current behavior | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots or video | ||
description: Provide screenshots or a video of the issue | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Browser Type | ||
multiple: true | ||
options: | ||
- All | ||
- Chrome | ||
- Safari | ||
- Firefox | ||
- Microsoft Edge | ||
default: 1 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Browser version | ||
description: Set the browser version | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: OS Type | ||
multiple: true | ||
options: | ||
- Windows | ||
- MacOS | ||
- Linux | ||
- Other | ||
default: 1 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: OS version | ||
description: Set the OS version and additional details | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Last working version of Telerik UI for Angular (if regression) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: 💡 Feature request | ||
description: Suggest an idea for this project. As an alternative, please use our [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui). | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Add a concise description of the request and any relevant information. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: 📄 Documentation issue | ||
description: Share any 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. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots or video | ||
description: Provide screenshots or a video of the issue | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Browser Type | ||
multiple: true | ||
options: | ||
- All | ||
- Chrome | ||
- Safari | ||
- Firefox | ||
- Microsoft Edge | ||
default: 1 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Browser version | ||
description: Set the browser version | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.