forked from PrismLibrary/Prism
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed74a3f
commit f6f1eb6
Showing
2 changed files
with
47 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,27 @@ | ||
*Use GitHub issues for __bugs in Prism and feature requests only__. If you have a question how to implement something using Prism or a bug in your app that might be related to Prism, please post your question on [StackOverflow](http://stackoverflow.com/tags/prism) (which we monitor as well).* | ||
### Description | ||
|
||
Please provide as much detail as possible (and feel free to remove unused properties): | ||
### Steps to Reproduce | ||
|
||
### Package info | ||
1. | ||
2. | ||
3. | ||
|
||
- Platform: | ||
- Prism version: | ||
- Xamarin version (if applicable): | ||
- Windows 10 SDK version (if applicable): | ||
- Other version info: | ||
### Expected Behavior | ||
|
||
### Repro steps | ||
### Actual Behavior | ||
|
||
### Basic Information | ||
|
||
- Version with issue: | ||
- Last known good version: | ||
- Xamarin.Forms version: | ||
- IDE: | ||
|
||
### 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 --> | ||
|
||
Please describe the issue/request in detail. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
Please take a moment to fill out the following: | ||
### Description of Change ### | ||
|
||
Fixes issue # . | ||
Describe your changes here. | ||
|
||
Changes proposed in this pull request: | ||
- | ||
### Bugs Fixed ### | ||
|
||
- Provide links to bugs here | ||
|
||
### API Changes ### | ||
|
||
List all API changes here (or just put None), example: | ||
|
||
Added: | ||
- void INavigationService.GoBackToRootAsync(); | ||
|
||
Changed: | ||
- void INavigationService.GoBackAsync => bool INavigationService.GoBackAsync | ||
|
||
### 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 |