From 4cf956298f7039478870451fcd2974f83f9d7838 Mon Sep 17 00:00:00 2001 From: Mark Irish Date: Wed, 13 May 2020 14:00:38 -0500 Subject: [PATCH] Update issue templates (#80) Create an issue template for reporting bugs Signed-off-by: Mark Irish --- .github/ISSUE_TEMPLATE/bug-report.md | 56 ++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..ac44dad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,56 @@ +--- +name: Bug Report +about: Notify us about a bug in the odbc Node.js package +title: "[BUG]" +labels: '' +assignees: '' + +--- + +**Describe your system** +* `odbc` Package Version: +* ODBC Driver: +* Database Name: +* Database Version: +* Database OS: +* Node.js Version: +* Node.js OS: + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**To Reproduce** +Steps to reproduce the behavior: +1. Connect to database with options '...' +2. Create database table '...' +3. Run query '...' + +**Code** +If applicable, add snippets of code to show: + +* The offending code: +* Any DEBUG information printed to the terminal: +* Any error information returned from a function call: + +**Additional context** +Add any other context about the problem here.