Skip to content

Commit

Permalink
updated github templates
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed Jan 11, 2018
1 parent ed74a3f commit f6f1eb6
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 14 deletions.
32 changes: 22 additions & 10 deletions .github/ISSUE_TEMPLATE.md
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.
29 changes: 25 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
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

0 comments on commit f6f1eb6

Please sign in to comment.