Skip to content

Commit

Permalink
feat: add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSolati committed Jun 21, 2020
1 parent ef615a7 commit 58097c9
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
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: _____
- `geokit` 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/geokit-issue-sandbox](https://stackblitz.com/fork/geokit-issue-sandbox)

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

0 comments on commit 58097c9

Please sign in to comment.