Browse Source
Update PR template
hide section desc with html comments
pull/2292/head
Sorien
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
9 deletions
-
.github/PULL_REQUEST_TEMPLATE.md
|
|
|
@ -1,18 +1,18 @@ |
|
|
|
## What does the pull request do? |
|
|
|
<!--- Give a bit of background on the PR here, together with links to with related issues etc. --> |
|
|
|
|
|
|
|
Give a bit of background on the PR here, together with links to with related issues etc. |
|
|
|
|
|
|
|
## What is the current behavior? |
|
|
|
<!--- If the PR is a fix, describe the current incorrect behavior, otherwise delete this section. --> |
|
|
|
|
|
|
|
If the PR is a fix, describe the current incorrect behavior, otherwise delete this section. |
|
|
|
|
|
|
|
## What is the updated/expected behavior with this PR? |
|
|
|
<!--- Describe how to test the PR. --> |
|
|
|
|
|
|
|
Describe how to test the PR. |
|
|
|
|
|
|
|
## How was the solution implemented (if it's not obvious)? |
|
|
|
<!--- Include any information that might be of use to a reviewer here. --> |
|
|
|
|
|
|
|
Include any information that might be of use to a reviewer here. |
|
|
|
|
|
|
|
## Checklist |
|
|
|
|
|
|
|
@ -21,12 +21,11 @@ Include any information that might be of use to a reviewer here. |
|
|
|
- [ ] Consider submitting a PR to https://github.com/AvaloniaUI/Avaloniaui.net with user documentation |
|
|
|
|
|
|
|
## Breaking changes |
|
|
|
<!--- List any breaking changes here. When the PR is merged please add an entry to https://github.com/AvaloniaUI/Avalonia/wiki/Breaking-Changes --> |
|
|
|
|
|
|
|
List any breaking changes here. When the PR is merged please add an entry to https://github.com/AvaloniaUI/Avalonia/wiki/Breaking-Changes |
|
|
|
|
|
|
|
## Fixed issues |
|
|
|
|
|
|
|
If the pull request fixes issue(s) list them like this: |
|
|
|
|
|
|
|
<!--- If the pull request fixes issue(s) list them like this: |
|
|
|
Fixes #123 |
|
|
|
Fixes #456 |
|
|
|
Fixes #456 |
|
|
|
--> |
|
|
|
|