diff --git a/.github/ISSUE_TEMPLATE/Issue_template.md b/.github/ISSUE_TEMPLATE/Issue_template.md new file mode 100644 index 0000000..1cf9c52 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Issue_template.md @@ -0,0 +1,18 @@ +--- +name: Issue +about: Please use JIRA instead +title: '' +labels: '' +assignees: '' +--- + + + +**BSON-EXT Version:** 2.0.x diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..952061b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,15 @@ +--- +blank_issues_enabled: false +contact_links: + - + about: "Please ask and answer usage questions on our Community Forums." + name: Questions + url: "https://developer.mongodb.com/community/forums/tags/c/drivers-odms/7/node-js" + - + about: "Please submit all issues or feature requests to our JIRA." + name: Issues & Feature Requests + url: "https://jira.mongodb.org/browse/NODE" + - + about: "Please check the FAQ before filing new issues" + name: "MongoDB NodeJS FAQ" + url: "https://docs.mongodb.com/drivers/node/faq" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..95fd2c1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ +## Description + +**What changed?**