Skip to content

Commit 09471ad

Browse files
committed
chore(ISSUE_TEMPLATE): update templates to include "mongodb" server and "mongodb" package versions
1 parent 248a007 commit 09471ad

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Make sure you read [Mastering-Markdown](https://guides.github.com/features/maste
1313
## Versions
1414

1515
- NodeJS: 0.0.0
16-
- mongodb-memory-server-*: 0.0.0
16+
- mongodb-memory-server-*: 0.0.0 <!--"latest" is not a version-->
1717
- mongodb(the binary version): 0.0.0
18+
- mongodb(the js package): 0.0.0
1819
- mongoose: 0.0.0 <!--remove this if not used-->
1920
- system: <!--either Windows, MacOS, Linux (with distro and distro version)-->
2021

.github/ISSUE_TEMPLATE/question.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Make sure you read [Mastering-Markdown](https://guides.github.com/features/maste
1313
## Versions
1414

1515
- NodeJS: 0.0.0
16-
- mongodb-memory-server-*: 0.0.0
17-
- mongodb: 0.0.0
16+
- mongodb-memory-server-*: 0.0.0 <!--"latest" is not a version-->
17+
- mongodb(the binary version): 0.0.0
18+
- mongodb(the js package): 0.0.0
1819
- mongoose: 0.0.0 <!--remove this if not used-->
1920
- system: <!--either Windows, MacOS, Linux (with distro and distro version)-->
2021

0 commit comments

Comments
 (0)