Skip to content

Commit dcb5941

Browse files
authored
Merge pull request #73 from gamemaker1/chore/update-bug-report-template
chore(issue-templates): add redis client field to bug report template
2 parents c5cc344 + 1dc2ad2 commit dcb5941

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ body:
4747
- CommonJS
4848
validations:
4949
required: true
50+
- type: input
51+
attributes:
52+
label: Redis Client
53+
description: Which Redis client do you use to connect with the Redis server?
54+
validations:
55+
required: true

0 commit comments

Comments
 (0)