-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2767 from telerik/issue-template
chore: add issue template
- Loading branch information
Showing
4 changed files
with
131 additions
and
0 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,77 @@ | ||
name: 🐞 Bug Report | ||
description: Please provide a detailed description and include all relevant information about the issue. If you have any doubts, consult our documentation. | ||
body: | ||
- 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: 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 | ||
attributes: | ||
label: Screenshots or video | ||
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. | ||
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: dropdown | ||
attributes: | ||
label: Browser | ||
description: Select all browsers in which you reproduce the issue. | ||
multiple: true | ||
options: | ||
- All | ||
- Chrome | ||
- Firefox | ||
- Safari | ||
- Microsoft Edge | ||
default: 1 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Browser version | ||
value: "latest" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: OS type | ||
multiple: true | ||
options: | ||
- Windows | ||
- MacOS | ||
- Linux | ||
- Android | ||
- iOS | ||
- Other | ||
default: 1 | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: OS version | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Last working version of the KendoReact package (if regression). | ||
validations: | ||
required: false |
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,41 @@ | ||
name: 📄 Documentation issue | ||
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 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. | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Browser | ||
multiple: true | ||
options: | ||
- All | ||
- Chrome | ||
- Safari | ||
- Firefox | ||
- Microsoft Edge | ||
default: 1 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Browser version | ||
value: "latest" | ||
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 @@ | ||
blank_issues_enabled: false |
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,12 @@ | ||
--- | ||
name: Other | ||
about: Ask a question or share additional feedback. | ||
title: '' | ||
labels: 'Question' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Use this template for questions that are relevant to the community as a whole. | ||
|
||
**If the issue is specific to your project, please open a [support ticket](https://www.telerik.com/account/support-tickets).** |