Skip to content

Commit d472f92

Browse files
committed
Update issue templates
1 parent 90a50dc commit d472f92

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ assignees: ''
77

88
---
99

10+
**See https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html for how to report security issues**.
11+
1012
1. With the async/await programming style, make sure you are using 'await' in the right places.
1113

1214
2. Is it an error or a hang or a crash?
@@ -15,7 +17,7 @@ assignees: ''
1517
**Cut and paste text showing the command you ran. No screenshots. Use a gist for long screen output and logs: see https://gist.github.com/**.
1618

1719
4. Include a runnable Node.js script that shows the problem.
18-
Include all SQL needed to create the database schema.
20+
Include all SQL needed to create the database schema. Use Markdown syntax, see https://help.github.com/github/writing-on-github/basic-writing-and-formatting-syntax
1921

2022
5. Run node and show the output of:
2123

@@ -24,6 +26,7 @@ process.platform
2426
process.version
2527
process.arch
2628
require('oracledb').versionString
29+
require('oracledb').oracleClientVersionString
2730
```
2831

2932
6. What is your Oracle Database version?

.github/ISSUE_TEMPLATE/enhancement-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
1. Review existing [enhancement requests](https://github.com/oracle/node-oracledb/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
10+
1. Review existing [enhancement requests](https://github.com/oracle/node-oracledb/labels/enhancement)
1111

1212
2. Describe your new request in detail
1313

.github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ assignees: ''
1313
**Cut and paste text showing the command you ran. No screenshots. Use a gist for long screen output and logs: see https://gist.github.com/**.
1414

1515
3. Include a runnable Node.js script that shows the problem.
16-
Include all SQL needed to create the database schema.
16+
Include all SQL needed to create the database schema. Use Markdown syntax, see https://help.github.com/github/writing-on-github/basic-writing-and-formatting-syntax
1717

1818
The more details you give, the more we can help.
1919

@@ -24,6 +24,7 @@ process.platform
2424
process.version
2525
process.arch
2626
require('oracledb').versionString
27+
require('oracledb').oracleClientVersionString
2728
```
2829

2930
5. What is your Oracle Database version?

.github/ISSUE_TEMPLATE/installation-questions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ assignees: ''
1313

1414
- Review the [troubleshooting tips](https://oracle.github.io/node-oracledb/INSTALL.html#troubleshooting)
1515

16-
- If you have a `DPI-1047` error, review both the above again before opening an issue.
16+
- If you have a `DPI-1047`, `DPI-1050` or `DPI-1072` error, review both the above again before opening an issue.
1717

1818
# Answer the following questions
1919

@@ -26,6 +26,8 @@ assignees: ''
2626
process.platform
2727
process.version
2828
process.arch
29+
require('oracledb').versionString
30+
require('oracledb').oracleClientVersionString
2931
```
3032

3133
3. Are you installing into vanilla Node.js, or using something like Electron?

0 commit comments

Comments
 (0)