You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
new issue templates
This commit is contained in:
21
.github/ISSUE_TEMPLATE.md
vendored
21
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
title: ⚠️ Bug report
|
|
||||||
labels: needs-triage
|
|
||||||
---
|
|
||||||
|
|
||||||
### Issue
|
|
||||||
|
|
||||||
> Describe your issue here
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Environment
|
|
||||||
|
|
||||||
<!-- e.g. "node --version" -->
|
|
||||||
- **Node.js Version**: `VERSION_HERE`
|
|
||||||
|
|
||||||
<!-- e.g. "redis-server --version" -->
|
|
||||||
- **Redis Server Version**: `VERSION_HERE`
|
|
||||||
|
|
||||||
<!-- e.g. Windows 10, Mac OSX 10.15.2 -->
|
|
||||||
- **Platform**: `PLATFORM_HERE`
|
|
15
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: Bug
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Describe your issue here -->
|
||||||
|
|
||||||
|
**Environment:**
|
||||||
|
- **Node.js Version**: <!-- e.g. "node --version" -->
|
||||||
|
- **Redis Server Version**: <!-- e.g. "redis-server --version" -->
|
||||||
|
- **Node Redis Version**: <!-- e.g. "npm ls redis" -->
|
||||||
|
- **Platform**: <!-- e.g. Ubuntu 20.04.3, Windows 10, Mac OS 11.6 -->
|
7
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
7
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: Bug
|
||||||
|
assignees: ''
|
||||||
|
---
|
Reference in New Issue
Block a user