mirror of https://github.com/seald/nedb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
913 B
32 lines
913 B
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Please link a self-containing gist with a full package.json that I can clone and run like this: `git clone gisturl; npm install; node bugreport.js`
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Actual behavior**
|
|
A clear and concise description of what actually happens.
|
|
|
|
**Logs**
|
|
Any log you can provide that showcases the problem.
|
|
|
|
**Environment info**
|
|
- Runtime: [e.g Node, browser (if so which one), React-native (if so, is Hermes enabled or not)]
|
|
- Version: [e.g. v12.1, v95, v0.66.1]
|
|
- OS: [e.g. macOS 12.0.1, iOS 11, Windows 11 build xxxx]
|
|
- Device (if applicable): [e.g. iPhone X, MacBookPro14,1]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|
|
|