-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef615a7
commit 58097c9
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |