From 14928979f7a7669b996af0927b6cdf99415c3e53 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 25 Mar 2021 11:56:58 +1100 Subject: [PATCH] Require an issue template --- .github/ISSUE_TEMPLATE/config.yml | 1 + .../ISSUE_TEMPLATE/general-questions-and-runtime-problems.md | 2 +- .github/ISSUE_TEMPLATE/installation-questions.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md b/.github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md index f698f988..964af328 100644 --- a/.github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md +++ b/.github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md @@ -1,5 +1,5 @@ --- -name: General Questions and Runtime Problems +name: Questions and Runtime Problems about: For general node-oracledb questions title: '' labels: question diff --git a/.github/ISSUE_TEMPLATE/installation-questions.md b/.github/ISSUE_TEMPLATE/installation-questions.md index bfd94a2f..9521e558 100644 --- a/.github/ISSUE_TEMPLATE/installation-questions.md +++ b/.github/ISSUE_TEMPLATE/installation-questions.md @@ -1,5 +1,5 @@ --- -name: Installation Questions +name: Installation Problems about: Use this for node-oracledb installation questions title: '' labels: install & configuration