Skip to content

Commit

Permalink
Merge pull request firebase#71 from FirebaseExtended/add-issue-templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
kroikie authored Sep 3, 2019
2 parents 497727f + fa518e7 commit 323e71c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Issues identifying existing FlutterFire features that are not working as expected.
title: "[<FIREBASE_PRODUCT>] <TITLE>"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. '...'
4. See error or incorrect behavior

**Expected behavior**
A clear and concise description of what you expected to happen.

**Additional context**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Issues requesting Firebase features be added to or improved.
title: "[<FIREBASE_PRODUCT>] <TITLE>"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 323e71c

Please sign in to comment.