diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml new file mode 100644 index 00000000..e6d1cadf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -0,0 +1,81 @@ +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: 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: + - List of concise steps to replicate the issue + - Runnable demo in StackBlitz or CodeSandBox (You can edit an example from our [documentation](https://www.telerik.com/kendo-angular-ui/components/) 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 Kendo UI for Angular package (if regression). + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/2_documentation_issue.yml b/.github/ISSUE_TEMPLATE/2_documentation_issue.yml new file mode 100644 index 00000000..674e2f40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_documentation_issue.yml @@ -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 Type + 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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index f9845efe..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve the product. -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - - - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Browser** - - OS: [for example, iOS] - - Browser [for example, Chrome, Safari] - - Version [for example, 22] - -**Additional context** -Add any other context about the problem here. - - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/documentation-issue.md b/.github/ISSUE_TEMPLATE/documentation-issue.md deleted file mode 100644 index 2cbda512..00000000 --- a/.github/ISSUE_TEMPLATE/documentation-issue.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Documentation issue -about: Share any missing or outdated documentation, and broken links and examples. -title: '' -labels: '' -assignees: '' - ---- - -**Describe the issue** - A clear and concise description of the issue and a link to the affected page. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Browser** - - OS: [for example, iOS] - - Browser [for example, Chrome, Safari] - - Version [for example, 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index 2a8ac2f4..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project. -title: '' -labels: '' -assignees: '' - ---- - -**To submit requests for new components and features, please use our [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui).** diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index d10178a6..4fc141f2 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -2,7 +2,7 @@ name: Other about: Ask a question or share additional feedback. title: '' -labels: '' +labels: 'Question' assignees: '' ---