-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Showing
23 changed files
with
1,752 additions
and
1,843 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 @@ | ||
open_collective: node-redis |
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 |
---|---|---|
@@ -1,15 +1,34 @@ | ||
_Thanks for wanting to report an issue you've found in node_redis. Please delete | ||
--- | ||
title: ⚠️ Bug report | ||
labels: needs-triage | ||
--- | ||
|
||
### Issue | ||
|
||
<!-- | ||
Thanks for wanting to report an issue you've found in node_redis. Please delete | ||
this text and fill in the template below. Please note that the issue tracker is only | ||
for bug reports or feature requests. If you have a question, please ask that on [gitter]. | ||
If unsure about something, just do as best as you're able._ | ||
for bug reports or feature requests. | ||
If you have a question, please ask it on Stack Overflow using the `node-redis` tag. | ||
_Note that it will be much easier to fix the issue if a test case that reproduces | ||
Note that it will be much easier to fix the issue if a test case that reproduces | ||
the problem is provided. It is of course not always possible to reduce your code | ||
to a small test case, but it's highly appreciated to have as much data as possible. | ||
Thank you!_ | ||
with a small test case, but it's highly appreciated to have as much data as possible. | ||
--> | ||
|
||
> Describe your issue here | ||
|
||
--- | ||
|
||
* **Version**: What node_redis and what redis version is the issue happening on? | ||
* **Platform**: What platform / version? (For example Node.js 0.10 or Node.js 5.7.0 on Windows 7 / Ubuntu 15.10 / Azure) | ||
* **Description**: Description of your issue, stack traces from errors and code that reproduces the issue | ||
### Environment | ||
|
||
[gitter]: https://gitter.im/NodeRedis/node_redis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge | ||
<!-- e.g. "node --version" --> | ||
- **Node.js Version**: `VERSION_HERE` | ||
|
||
<!-- e.g. "redis-server --version" --> | ||
- **Redis Version**: `VERSION_HERE` | ||
|
||
<!-- e.g. Windows 10, Mac OSX 10.15.2 --> | ||
- **Platform**: `PLATFORM_HERE` |
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 |
---|---|---|
@@ -1,14 +1,23 @@ | ||
### Pull Request check-list | ||
<!-- please ensure you have read the `./CONTRIBUTING.md` guide --> | ||
|
||
_Please make sure to review and check all of these items:_ | ||
### Description | ||
|
||
<!-- Please provide a description of the change below, e.g What was the purpose? --> | ||
<!-- Why does it matter to you? What problem are you trying to solve? --> | ||
<!-- Tag in any linked issues. --> | ||
|
||
> Description your pull request here | ||
|
||
--- | ||
|
||
### Checklist | ||
|
||
<!-- Please make sure to review and check all of these items: --> | ||
|
||
- [ ] Does `npm test` pass with this change (including linting)? | ||
- [ ] Is the new or changed code fully tested? | ||
- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)? | ||
|
||
_NOTE: these things are not required to open a PR and can be done | ||
afterwards / while the PR is open._ | ||
|
||
### Description of change | ||
|
||
_Please provide a description of the change here._ | ||
<!-- NOTE: these things are not required to open a PR and can be done | ||
afterwards / while the PR is open. --> |
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
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,11 @@ | ||
{ | ||
"arrowParens": "avoid", | ||
"trailingComma": "all", | ||
"useTabs": false, | ||
"semi": true, | ||
"singleQuote": false, | ||
"bracketSpacing": true, | ||
"jsxBracketSameLine": false, | ||
"tabWidth": 2, | ||
"printWidth": 100 | ||
} |
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
Oops, something went wrong.