Skip to content

Commit

Permalink
Fix issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Nov 5, 2018
1 parent 0e25c51 commit 2cd101e
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/a-regression.md
@@ -0,0 +1,28 @@
---

name: 🔙 Regression
about: Report unexpected behavior that worked previously
---

## 🔙 Regression

<!--- Summary description of the regression --->

### Old (and correct) behavior

### Current behavior

### Reproduction steps

### Configuration

**Version:** 1.x

**Platform:**
- [ ] :iphone: iOS
- [ ] :robot: Android
- [ ] :checkered_flag: WPF
- [ ] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [ ] :monkey: Xamarin.Forms
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/b-bug-report.md
@@ -0,0 +1,26 @@
---

name: 🐛 Bug Report
about: Create a report to help us fix bugs and make improvements
---

## 🐛 Bug Report

<!--- Summary description of the bug --->

### Expected behavior

### Reproduction steps

### Configuration

**Version:** 1.x

**Platform:**
- [ ] :iphone: iOS
- [ ] :robot: Android
- [ ] :checkered_flag: WPF
- [ ] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [ ] :monkey: Xamarin.Forms
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/c-feature-request.md
@@ -0,0 +1,24 @@
---

name: 🚀 Feature Request
about: Want to see something new included in the Framework? Submit it!
---

## 🚀 Feature Requests

<!--- Summary description of the feature --->

### Contextualize the feature
<!--- Where does it fit in the framework and why it's being included there. --->

### Describe the feature
<!--- Use as much detail as possible here! --->

### Platforms affected (mark all that apply)
- [ ] :iphone: iOS
- [ ] :robot: Android
- [ ] :checkered_flag: WPF
- [ ] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [ ] :monkey: Xamarin.Forms
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/d-enhancement-proposal.md
@@ -0,0 +1,22 @@
---

name: 🏗 Enhancement Proposal
about: Proposals for code cleanup, refactor and improvements in general
---

## 🏗 Enhancement Proposal

<!--- A clear and concise description for your idea --->

### Pitch

<!--- How will this refactor improve contributors' lives? Input as many details as possible! --->

### Platforms affected (mark all that apply)
- [ ] :iphone: iOS
- [ ] :robot: Android
- [ ] :checkered_flag: WPF
- [ ] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [ ] :monkey: Xamarin.Forms
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/e-question.md
@@ -0,0 +1,13 @@
---

name: 💬 Questions and Help
about: If you have questions, please use this for support
---

## 💬 Questions and Help

For questions or help we recommend checking:

- The [Lottie tag in Stack Overflow](https://stackoverflow.com/questions/tagged/lottie)
- The [General slack channel in the Xamarin Slack](https://xamarinchat.herokuapp.com/)
- Ask your question in the [Xamarin Forums](https://forums.xamarin.com/)
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -19,4 +19,6 @@
### :thinking: Checklist before submitting

- [ ] All projects build
- [ ] Follows style guide lines
- [ ] Relevant documentation was updated
- [ ] Rebased onto current develop

0 comments on commit 2cd101e

Please sign in to comment.