IBM / nodejs-idb-connector

A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax
MIT License
38 stars 23 forks source link

ci: Update bug report template #103

Closed abmusse closed 4 years ago

abmusse commented 4 years ago

Use IBM i version instead of Platform / OS since idb-connector is only supported on IBM i.

Also suggest uname -vr because uname -a will output additional information like -n, --nodename print the network node hostname that we might not want.

Also add Headers to Describe the bug, Steps to reproduce, Expected behavior, and Screenshots.

Resolves #100