|
1 |
| -_Thanks for wanting to report an issue you've found in node_redis. Please delete |
| 1 | +--- |
| 2 | +title: ⚠️ Bug report |
| 3 | +labels: needs-triage |
| 4 | +--- |
| 5 | + |
| 6 | +### Issue |
| 7 | + |
| 8 | +<!-- |
| 9 | +Thanks for wanting to report an issue you've found in node_redis. Please delete |
2 | 10 | this text and fill in the template below. Please note that the issue tracker is only
|
3 |
| -for bug reports or feature requests. If you have a question, please ask that on [gitter]. |
4 |
| -If unsure about something, just do as best as you're able._ |
| 11 | +for bug reports or feature requests. |
| 12 | +
|
| 13 | +If you have a question, please ask it on Stack Overflow using the `node-redis` tag. |
5 | 14 |
|
6 |
| -_Note that it will be much easier to fix the issue if a test case that reproduces |
| 15 | +Note that it will be much easier to fix the issue if a test case that reproduces |
7 | 16 | the problem is provided. It is of course not always possible to reduce your code
|
8 |
| -to a small test case, but it's highly appreciated to have as much data as possible. |
9 |
| -Thank you!_ |
| 17 | +with a small test case, but it's highly appreciated to have as much data as possible. |
| 18 | +--> |
| 19 | + |
| 20 | +> Describe your issue here |
| 21 | +
|
| 22 | + |
| 23 | +--- |
10 | 24 |
|
11 |
| -* **Version**: What node_redis and what redis version is the issue happening on? |
12 |
| -* **Platform**: What platform / version? (For example Node.js 0.10 or Node.js 5.7.0 on Windows 7 / Ubuntu 15.10 / Azure) |
13 |
| -* **Description**: Description of your issue, stack traces from errors and code that reproduces the issue |
| 25 | +### Environment |
14 | 26 |
|
15 |
| -[gitter]: https://gitter.im/NodeRedis/node_redis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge |
| 27 | +<!-- e.g. "node --version" --> |
| 28 | + - **Node.js Version**: `VERSION_HERE` |
| 29 | + |
| 30 | +<!-- e.g. "redis-server --version" --> |
| 31 | + - **Redis Version**: `VERSION_HERE` |
| 32 | + |
| 33 | +<!-- e.g. Windows 10, Mac OSX 10.15.2 --> |
| 34 | + - **Platform**: `PLATFORM_HERE` |
0 commit comments