This commit is contained in:
zdravkov 2019-01-15 13:43:43 +02:00
Родитель 53a7a2f129
Коммит 0046aa295c
3 изменённых файлов: 117 добавлений и 0 удалений

69
.github/ISSUE_TEMPLATE.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,69 @@
<!--
Please help us process GitHub issues faster by providing the necessary information in the template format that follows.
We might not be able to assist with issues which lack important information.
-->
## I'm submitting a...
<!--
Please submit:
* Feature requests to our UserVoice Portal at https://goo.gl/HsVr7R.
* Support requests to https://www.telerik.com/account/support-tickets.
-->
<!-- Leave one of the following options. -->
* Regression report <!-- A behavior that used to work and stopped working in a new release. -->
* Bug report <!-- Please search for a similar issue before you submit a bug report. -->
* Suggestion for improvement
* Documentation issue or request
## Current behavior
<!--
* Describe the current (faulty) behavior which is caused by the issue.
* In the latest package versions, check whether this behavior still represents an issue.
-->
## Expected behavior
<!-- Describe what the desired behavior would be. -->
## Minimal reproduction of the problem with instructions
<!--
For bug reports, please provide the **STEPS TO REPRODUCE** and, if possible, a **MINIMAL DEMO** of the issue. You can use https://stackblitz.com/ or share your project in a public repository.
1. Find an example in [the documentation](http://www.telerik.com/kendo-vue-ui/components/) that looks similar to your case.
2. Open it in Plunker by using the **OPEN AS StackBlitz** button.
3. Modify the plunk, so that the issue is reproducible in it. Try to include the minimum possible amount of code.
4. Save the plunk by using the blue **Save** button at the top.
5. Copy the link from the address bar of the browser.
-->
## What is the motivation or use case for changing the behavior?
<!-- Describe the motivation or the concrete use case. -->
## Environment
Package versions:
<!--
Paste the output from "npm ls --depth 0" in the code block below.
Omit this step if the problem is reproducible on our demo site.
-->
```
```
Browser:
<!-- Leave only the browsers that you tested the issue with. -->
- Chrome (desktop) version XX
- Chrome (Android) version XX
- Chrome (iOS) version XX
- Firefox version XX
- Safari (desktop) version XX
- Safari (iOS) version XX
- IE version XX
- Edge version XX
System:
- TypeScript version: XX <!-- run tsc --version -->
- Node version: XX <!-- run "node --version" and "npm --version"-->
- Platform: <!-- Mac, Linux, Windows -->
<!-- Add any additional information that might be relevant. -->

11
LICENSE.md Normal file
Просмотреть файл

@ -0,0 +1,11 @@
# KendoVue
This package is part of the [KendoVue](http://www.telerik.com/kendo-vue-ui/) suite.
## License
This is commercial software. To use it, you need to agree to the [**End User License Agreement for Progress KendoVue**](https://www.telerik.com/purchase/license-agreement/kendo-ui). If you do not own a commercial license, this file shall be governed by the trial license terms.
All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
*Copyright © 2019 Progress Software EAD. All rights reserved.*

37
SUPPORT.md Normal file
Просмотреть файл

@ -0,0 +1,37 @@
## How do I&hellip;?
1. Check out the [**Components** &nearr;](https://www.telerik.com/kendo-vue-ui/components/) and [**Troubleshooting** &nearr;](http://www.telerik.com/kendo-vue-ui/components/troubleshooting/) pages.
1. Browse the [kendo-ui-vue &nearr;](https://stackoverflow.com/questions/tagged/kendo-ui-vue) questions on Stack Overflow. If you haven't found what you are looking for there, pose a question for the Stack Overflow community to follow or answer.
1. Use our official support channel and [submit a support ticket &nearr;](https://www.telerik.com/account/support-tickets).
## When do you plan on releasing Feature X?
1. Check the [Roadmap](https://www.telerik.com/kendo-vue-ui/roadmap/) for the planned items.
1. If the item you need is not present there, [check our feedback portal](https://feedback.telerik.com/kendo-vue-ui). If someone has already posted it there, you can upvote it. If nobody has requested it so far, you can post a new idea.
## I think I found a bug
1. Review the issues in the [Issue Tracker &nearr;](https://github.com/telerik/kendo-vue/issues). Maybe someone has already reported it and it will be fixed soon.
1. The problem might have also been fixed. In this case, you will find the issue in [the closed issues list &nearr;](https://github.com/telerik/kendo-vue/issues?q=is%3Aissue+is%3Aclosed).
1. If you cannot find your issue, [follow the reproduction steps guide below](#user-content-i-want-to-report-a-bug). We will look into it.
## I want to report a bug
1. Find an example in [the documentation](http://www.telerik.com/kendo-vue-ui/components/) that looks similar to your case.
1. Open it in StackBlitz by using the **OPEN IN STACKBLITZ** button.
1. Fork the project by using the **FORK** button at the top.
1. Modify the project, so that the issue is reproducible in it. Try to include the minimum possible amount of code.
1. Save the project by using the **SAVE** button at the top.
1. Copy the link from the address bar of the browser.
1. [Open a new issue](https://github.com/telerik/kendo-vue/issues/new) and add the StackBlitz link in the description.
1. Provide any additional information necessary for us to reproduce the problem such as browser version, steps to perform, etc.
> We might not be able to act on issues without a runnable demo.
If you need assistance on troubleshooting or isolating a problem, you can request a remote assistance session through our [Support Ticket](https://www.telerik.com/account/support-tickets) system. Remote Assistance is included in the [DevCraft Ultimate](https://www.telerik.com/purchase/kendo-ui) subscription.
## I need a tailor-made solution
Our aim is to provide the most versatile and proven set of application building blocks. Still, there is some assembly required depending on the desired functionality.
The [Progress Services](https://www.progress.com/services) team is available to assist in building functional blocks or complete applications according to your specification. They will help you make the best out of Kendo UI while freeing you to work on the real business problems.