Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit f20eb1e

Browse files
authored
chore: Add issue template and helpful links (#64)
1 parent b985380 commit f20eb1e

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Issue
3+
about: Please use JIRA instead
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨
10+
11+
You can find assistance at our community forums: https://developer.mongodb.com/community/forums/tags/c/drivers-odms/7/node-js
12+
We use JIRA to track issues and feature requests: https://jira.mongodb.org/browse/NODE
13+
14+
Our GitHub Issues are left open for now as we work to deprecate this method of issue reporting.
15+
Thank you for understanding.
16+
-->
17+
18+
**BSON-EXT Version:** 2.0.x

.github/ISSUE_TEMPLATE/config.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
blank_issues_enabled: false
3+
contact_links:
4+
-
5+
about: "Please ask and answer usage questions on our Community Forums."
6+
name: Questions
7+
url: "https://developer.mongodb.com/community/forums/tags/c/drivers-odms/7/node-js"
8+
-
9+
about: "Please submit all issues or feature requests to our JIRA."
10+
name: Issues & Feature Requests
11+
url: "https://jira.mongodb.org/browse/NODE"
12+
-
13+
about: "Please check the FAQ before filing new issues"
14+
name: "MongoDB NodeJS FAQ"
15+
url: "https://docs.mongodb.com/drivers/node/faq"

.github/pull_request_template.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Description
2+
3+
**What changed?**

0 commit comments

Comments
 (0)