This commit is contained in:
Matthew Leibowitz 2018-12-20 14:50:03 +02:00 коммит произвёл GitHub
Родитель 92a3ad87cc
Коммит efd3015e47
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 52 добавлений и 9 удалений

Просмотреть файл

@ -1,20 +1,29 @@
### Description
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''
---
**Description**
<!-- a general description goes here -->
### Code
**Code**
<!-- a snippet of code that demonstrates the issue -->
### Expected Behavior
**Expected Behavior**
<!-- a general description of what was the expected behavior or result -->
### Actual Behavior
**Actual Behavior**
<!-- a general description of what really happened -->
### Basic Information
**Basic Information**
- Version with issue: <!-- the version of SkiaSharp that has the issue -->
- Last known good version: <!-- the version of SkiaSharp that still working -->
@ -29,13 +38,14 @@
- UWP: <!-- the version of the UWP SDK you are compiling against, e.g. 16299 -->
- watchOS: <!-- the version of the watchOS SDK you are compiling against, e.g. 11.1 -->
- Windows Classic: <!-- the version of Windows you are building for, e.g. Windows 7 -->
- Target Devices:
- <!-- the devices that you noticed this on, e.g. iPhone X -->
- Target Devices: <!-- the devices that you noticed this on, e.g. iPhone X -->
-
-
### Screenshots
**Screenshots**
<!-- if the issue is a visual issue, please include screenshots showing the problem if possible -->
### Reproduction Link
**Reproduction Link**
<!-- please upload or provide a link to a reproduction case -->

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

@ -0,0 +1,33 @@
**Description of Change**
Describe your changes here.
**Bugs Fixed**
- Related to issue #
Provide links to issues here. Ensure that a GitHub issue was created for your feature or bug fix before sending PR.
**API Changes**
List all API changes here (or just put None), example:
Added:
- `string Class.Property { get; set; }`
- `void Class.Method();`
Changed:
- `object Cell.OldPropertyName => object Cell.NewPropertyName`
**Behavioral Changes**
Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
**PR Checklist**
- [ ] Has tests (if omitted, state reason in description)
- [ ] Rebased on top of master at time of PR
- [ ] Changes adhere to coding standard
- [ ] Updated documentation