Merge pull request #351 from telerik/APopatanasov-patch-1
Update issue templates
This commit is contained in:
Коммит
1d46beba2c
|
@ -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 -->
|
|
@ -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.
|
Загрузка…
Ссылка в новой задаче