Skip to content

Commit

Permalink
feat: add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSolati authored Jun 8, 2020
1 parent 8ce71a0 commit 37c0498
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!-- Step 1 -->

### [REQUIRED] Describe your environment

- Operating System version: _____
- Browser version: _____
- Firebase library (`firebase`, `firebase-admin`, etc...) and version: _____
- GeoFirestore version: _____

<!-- Step 2 -->

### [REQUIRED] Describe the problem

#### Describe the bug

A clear and concise description of what the bug is.

#### Steps to Reproduce

1. Go to '...'
2. Click on '....'
3. Scroll to '....'
4. See error

#### Relevant Code

Reproduce the issue on StackBlitz and provide your forked URL or provide sample code below

https://stackblitz.com/fork/geofirestore-issue-sandbox

```JavaScript
// TODO(you): code here to reproduce the problem
```

0 comments on commit 37c0498

Please sign in to comment.