Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
samhouts committed Dec 7, 2018
1 parent 03da76b commit f099097
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
title: "[Enhancement] YOUR IDEA!"
labels: t/enhancement ➕
assignees: ''

Expand Down
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/forms-previewer-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: Forms Previewer Bug report
about: Having a problem with the Previewer? Report it here!
title: ''
labels: forms-previewer
assignees: ''

---

<!-- 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 -->

0 comments on commit f099097

Please sign in to comment.