This commit is contained in:
Samantha Houts 2018-11-27 15:29:40 -08:00
Родитель 5be2c88ae7
Коммит 6487632eec
3 изменённых файлов: 95 добавлений и 0 удалений

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

@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us improve
---
<!-- Bug report best practices: https://github.com/xamarin/Xamarin.Forms/wiki/Submitting-Issues -->
### Description
### Steps to Reproduce
1.
2.
3.
### Expected Behavior
### Actual Behavior
### Basic Information
- Version with issue:
- Last known good version:
- IDE:
- Platform Target Frameworks: <!-- All that apply -->
- iOS: <!-- The version of the iOS SDK you are compiling against, e.g. 11.1 -->
- Android: <!-- The version of the Android SDK you are compiling against, e.g. 7.1 -->
- UWP: <!-- The version of the UWP SDK you are compiling against, e.g. 16299 -->
- Android Support Library Version: <!-- if applicable -->
- Nuget Packages:
- Affected Devices:
### 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. Two to three sentences is best here.
## API Changes
Include 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 facilitate the new Shiny Button api, a bool is added to the Button class. This is done as a bool because it is simpler to data bind and other reasons...
var button = new Button ();
button.MakeShiny = true; // new API
The MakeShiny API works even if the button is already visible.
## Intended Use Case
Provide a detailed example of where your proposal would be used and for what purpose.

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

@ -0,0 +1,31 @@
---
name: Spec
about: An official specification for enhancements
---
# [The feature]
Provide a concise description of the feature and the motivation for adding it to Xamarin.Forms
# API
## [ class ]
### Properties
| API | Description |
| ------------- | ------------- |
| [name] | Gets or sets [description]. |
### Events
| API | Description |
| ------------- | ------------- |
| [name] | [API documentation/description] |
# Scenarios
# Backward Compatibility
# Difficulty : [low/medium/high]