Merge pull request #351 from telerik/APopatanasov-patch-1

Update issue templates
This commit is contained in:
Atanas Popatanasov 2018-11-30 18:08:46 +02:00 коммит произвёл GitHub
Родитель f255e07688 19aef66e18
Коммит 1d46beba2c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 57 добавлений и 0 удалений

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

@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
---
### Description
### Steps to Reproduce
1.
2.
3.
### Expected Behavior
### Actual Behavior
### Basic Information
- Version with issue:
- Last known good version:
- IDE:
- UWP SDK: <!-- All that apply --> <!-- The version of the UWP SDK you are compiling against, e.g. 16299 -->
- Nuget Packages:
### Screenshots
<!-- If the issue is a visual issue, please include screenshots showing the problem if possible -->
### Reproduction Link
<!-- Please upload or provide a link to a reproduction case -->

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

@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
---
## Summary
Please provide a brief summary of your proposal.
## API Changes
Provide a list of all API changes, additions, subtractions as would be required by your proposal. These APIs should be considered placeholders, so the naming is not as important as getting the concepts correct. If possible you should include some "example" code of usage of your new API.
e.g.
In order to boos the performance of the DataGrid API, a property is added to the RadDataGrid class. This is done because....
var button = new RadDataGrid();
button.NewProperty= ...; // new API
The NewProperty API works even...
## Intended Use Case
Provide a detailed example of where your proposal would be used and for what purpose.